#55848C

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

Shades of Half Baked #55848C

Tints of Half Baked #55848C

Color information

#55848C (or 0x55848C) is unknown color: approx Half Baked. HEX triplet: 55, 84 and 8C. RGB value is (85,132,140). Sum of RGB (Red+Green+Blue) = 85+132+140=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 140 - color contains mainly: blue. Hex color #55848C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55848C is #AA7B73. Grayscale: #767676. Windows color (decimal): -11172724 or 9208917. OLE color: 9208917.

HSL color Cylindrical-coordinate representation of color #55848C: hue angle of 188.73º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #55848C is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB85132140-
CMYK0.390.0600.45
HSL188.73º24.44%44.12%-
HSV(B)188.73º39.29%54.9%-
XYZ16.7320.3327.85-
YUV118.86139.93103.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 132 (51.95% from 255) = 36.97%
BLUE value IS 140 (55.08% from 255) = 39.22%
R=23.81%
G=36.97%
B=39.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851321400.390.0600.45188.7324.4444.12
Hex55848C27602Dbd182c
Octal1252042144760552753054
Binary1010101100001001000110010011111001011011011110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55848C; }

 p { color: rgb(85,132,140); }

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

<style>
 a { background-color: #55848C; }

 a { background-color: rgb(85,132,140); }

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

<style>
 span { border-color: #55848C; }

 span { border-color: rgb(85,132,140); }

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