#55868F

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

Shades of Half Baked #55868F

Tints of Half Baked #55868F

Color information

#55868F (or 0x55868F) is unknown color: approx Half Baked. HEX triplet: 55, 86 and 8F. RGB value is (85,134,143). Sum of RGB (Red+Green+Blue) = 85+134+143=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 143 - color contains mainly: blue. Hex color #55868F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55868F is #AA7970. Grayscale: #787878. Windows color (decimal): -11172209 or 9406037. OLE color: 9406037.

HSL color Cylindrical-coordinate representation of color #55868F: hue angle of 189.31º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55868F is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB85134143-
CMYK0.410.0600.44
HSL189.31º25.44%44.71%-
HSV(B)189.31º40.56%56.08%-
XYZ17.2320.9629.13-
YUV120.38140.77102.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.48%
GREEN value IS 134 (52.73% from 255) = 37.02%
BLUE value IS 143 (56.25% from 255) = 39.50%
R=23.48%
G=37.02%
B=39.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851341430.410.0600.44189.3125.4444.71
Hex55868F29602Cbd192d
Octal1252062175160542753155
Binary1010101100001101000111110100111001011001011110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55868F; }

 p { color: rgb(85,134,143); }

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

<style>
 a { background-color: #55868F; }

 a { background-color: rgb(85,134,143); }

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

<style>
 span { border-color: #55868F; }

 span { border-color: rgb(85,134,143); }

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