#52989b

Color #52989B Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #52989B

Tints of Half Baked #52989B

Color information

#52989B (or 0x52989B) is unknown color: approx Half Baked. HEX triplet: 52, 98 and 9B. RGB value is (82,152,155). Sum of RGB (Red+Green+Blue) = 82+152+155=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #52989B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52989B is #AD6764. Grayscale: #838383. Windows color (decimal): -11364197 or 10197074. OLE color: 10197074.

HSL color Cylindrical-coordinate representation of color #52989B: hue angle of 182.47º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52989B is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB82152155-
CMYK0.470.0200.39
HSL182.47º30.8%46.47%-
HSV(B)182.47º47.1%60.78%-
XYZ20.6226.6235.06-
YUV131.41141.3192.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 21.08%
GREEN value IS 152 (59.77% from 255) = 39.07%
BLUE value IS 155 (60.94% from 255) = 39.85%
R=21.08%
G=39.07%
B=39.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821521550.470.0200.39182.4730.846.47
Hex52989B2F2027b61f2e
Octal1222302335720472663756
Binary101001010011000100110111011111001001111011011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52989b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52989b; }

 p { color: rgb(82,152,155); }

 H1.HeaderClassName
 {
   color: #52989b;
 }
 .AnyTagClassName
 {
   color: #52989b;
 }
</style>
background-color css

<style>
 a { background-color: #52989b; }

 a { background-color: rgb(82,152,155); }

 div.DivClassName
 {
   background-color: #52989b;
 }
 .BgClassName
 {
   background-color: #52989b;
 }
</style>
border-color css

<style>
 span { border-color: #52989b; }

 span { border-color: rgb(82,152,155); }

 td.TdClassName
 {
   border-color: #52989b;
 }
 .TagClassName
 {
   border-color: #52989b;
 }
</style>