#55848B

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

Shades of Half Baked #55848B

Tints of Half Baked #55848B

Color information

#55848B (or 0x55848B) is unknown color: approx Half Baked. HEX triplet: 55, 84 and 8B. RGB value is (85,132,139). Sum of RGB (Red+Green+Blue) = 85+132+139=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #55848B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55848B is #AA7B74. Grayscale: #767676. Windows color (decimal): -11172725 or 9143381. OLE color: 9143381.

HSL color Cylindrical-coordinate representation of color #55848B: hue angle of 187.78º 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 #55848B is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB85132139-
CMYK0.390.0500.45
HSL187.78º24.11%43.92%-
HSV(B)187.78º38.85%54.51%-
XYZ16.6620.327.47-
YUV118.74139.43103.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.88%
GREEN value IS 132 (51.95% from 255) = 37.08%
BLUE value IS 139 (54.69% from 255) = 39.04%
R=23.88%
G=37.08%
B=39.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851321390.390.0500.45187.7824.1143.92
Hex55848B27502Dbc182c
Octal1252042134750552743054
Binary1010101100001001000101110011110101011011011110011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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