#59848B

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

Shades of Half Baked #59848B

Tints of Half Baked #59848B

Color information

#59848B (or 0x59848B) is unknown color: approx Half Baked. HEX triplet: 59, 84 and 8B. RGB value is (89,132,139). Sum of RGB (Red+Green+Blue) = 89+132+139=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 139 - color contains mainly: blue. Hex color #59848B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59848B is #A67B74. Grayscale: #777777. Windows color (decimal): -10910581 or 9143385. OLE color: 9143385.

HSL color Cylindrical-coordinate representation of color #59848B: hue angle of 188.4º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59848B is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB89132139-
CMYK0.360.0500.45
HSL188.4º21.93%44.71%-
HSV(B)188.4º35.97%54.51%-
XYZ17.0320.4927.48-
YUV119.94138.75105.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.72%
GREEN value IS 132 (51.95% from 255) = 36.67%
BLUE value IS 139 (54.69% from 255) = 38.61%
R=24.72%
G=36.67%
B=38.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal891321390.360.0500.45188.421.9344.71
Hex59848B24502Dbc162d
Octal1312042134450552742655
Binary1011001100001001000101110010010101011011011110010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59848B; }

 p { color: rgb(89,132,139); }

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

<style>
 a { background-color: #59848B; }

 a { background-color: rgb(89,132,139); }

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

<style>
 span { border-color: #59848B; }

 span { border-color: rgb(89,132,139); }

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