#55929F

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

Shades of Half Baked #55929F

Tints of Half Baked #55929F

Color information

#55929F (or 0x55929F) is unknown color: approx Half Baked. HEX triplet: 55, 92 and 9F. RGB value is (85,146,159). Sum of RGB (Red+Green+Blue) = 85+146+159=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 159 - color contains mainly: blue. Hex color #55929F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55929F is #AA6D60. Grayscale: #818181. Windows color (decimal): -11169121 or 10457685. OLE color: 10457685.

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

Color convert

RGB85146159-
CMYK0.470.0800.38
HSL190.54º30.33%47.84%-
HSV(B)190.54º46.54%62.35%-
XYZ20.2824.9936.56-
YUV129.24144.7996.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.79%
GREEN value IS 146 (57.42% from 255) = 37.44%
BLUE value IS 159 (62.5% from 255) = 40.77%
R=21.79%
G=37.44%
B=40.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851461590.470.0800.38190.5430.3347.84
Hex55929F2F8026bf1e30
Octal12522223757100462773660
Binary10101011001001010011111101111100001001101011111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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