#55979D

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

Shades of Half Baked #55979D

Tints of Half Baked #55979D

Color information

#55979D (or 0x55979D) is unknown color: approx Half Baked. HEX triplet: 55, 97 and 9D. RGB value is (85,151,157). Sum of RGB (Red+Green+Blue) = 85+151+157=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #55979D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55979D is #AA6862. Grayscale: #838383. Windows color (decimal): -11167843 or 10327893. OLE color: 10327893.

HSL color Cylindrical-coordinate representation of color #55979D: hue angle of 185º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55979D is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB85151157-
CMYK0.460.0400.38
HSL185º29.75%47.45%-
HSV(B)185º45.86%61.57%-
XYZ20.926.535.91-
YUV131.95142.1394.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.63%
GREEN value IS 151 (59.38% from 255) = 38.42%
BLUE value IS 157 (61.72% from 255) = 39.95%
R=21.63%
G=38.42%
B=39.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851511570.460.0400.3818529.7547.45
Hex55979D2E4026b91e2f
Octal1252272355640462713657
Binary1010101100101111001110110111010001001101011100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55979D; }

 p { color: rgb(85,151,157); }

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

<style>
 a { background-color: #55979D; }

 a { background-color: rgb(85,151,157); }

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

<style>
 span { border-color: #55979D; }

 span { border-color: rgb(85,151,157); }

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