#55848F

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

Shades of Half Baked #55848F

Tints of Half Baked #55848F

Color information

#55848F (or 0x55848F) is unknown color: approx Half Baked. HEX triplet: 55, 84 and 8F. RGB value is (85,132,143). Sum of RGB (Red+Green+Blue) = 85+132+143=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 143 - color contains mainly: blue. Hex color #55848F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55848F is #AA7B70. Grayscale: #777777. Windows color (decimal): -11172721 or 9405525. OLE color: 9405525.

HSL color Cylindrical-coordinate representation of color #55848F: hue angle of 191.38º 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 #55848F is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB85132143-
CMYK0.410.0800.44
HSL191.38º25.44%44.71%-
HSV(B)191.38º40.56%56.08%-
XYZ16.9620.4229.03-
YUV119.2141.43103.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.61%
GREEN value IS 132 (51.95% from 255) = 36.67%
BLUE value IS 143 (56.25% from 255) = 39.72%
R=23.61%
G=36.67%
B=39.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851321430.410.0800.44191.3825.4444.71
Hex55848F29802Cbf192d
Octal12520421751100542773155
Binary10101011000010010001111101001100001011001011111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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