#55929D

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

Shades of Half Baked #55929D

Tints of Half Baked #55929D

Color information

#55929D (or 0x55929D) is unknown color: approx Half Baked. HEX triplet: 55, 92 and 9D. RGB value is (85,146,157). Sum of RGB (Red+Green+Blue) = 85+146+157=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #55929D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55929D is #AA6D62. Grayscale: #808080. Windows color (decimal): -11169123 or 10326613. OLE color: 10326613.

HSL color Cylindrical-coordinate representation of color #55929D: hue angle of 189.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55929D is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB85146157-
CMYK0.460.0700.38
HSL189.17º29.75%47.45%-
HSV(B)189.17º45.86%61.57%-
XYZ20.1124.9235.65-
YUV129.01143.7996.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.91%
GREEN value IS 146 (57.42% from 255) = 37.63%
BLUE value IS 157 (61.72% from 255) = 40.46%
R=21.91%
G=37.63%
B=40.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851461570.460.0700.38189.1729.7547.45
Hex55929D2E7026bd1e2f
Octal1252222355670462753657
Binary1010101100100101001110110111011101001101011110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,146,157); }

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

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

 a { background-color: rgb(85,146,157); }

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

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

 span { border-color: rgb(85,146,157); }

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