#55848D

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

Shades of Half Baked #55848D

Tints of Half Baked #55848D

Color information

#55848D (or 0x55848D) is unknown color: approx Half Baked. HEX triplet: 55, 84 and 8D. RGB value is (85,132,141). Sum of RGB (Red+Green+Blue) = 85+132+141=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 141 - color contains mainly: blue. Hex color #55848D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55848D is #AA7B72. Grayscale: #767676. Windows color (decimal): -11172723 or 9274453. OLE color: 9274453.

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

Color convert

RGB85132141-
CMYK0.400.0600.45
HSL189.64º24.78%44.31%-
HSV(B)189.64º39.72%55.29%-
XYZ16.8120.3628.24-
YUV118.97140.43103.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.74%
GREEN value IS 132 (51.95% from 255) = 36.87%
BLUE value IS 141 (55.47% from 255) = 39.39%
R=23.74%
G=36.87%
B=39.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851321410.400.0600.45189.6424.7844.31
Hex55848D28602Dbe192c
Octal1252042155060552763154
Binary1010101100001001000110110100011001011011011111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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