#558992

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

Shades of Half Baked #558992

Tints of Half Baked #558992

Color information

#558992 (or 0x558992) is unknown color: approx Half Baked. HEX triplet: 55, 89 and 92. RGB value is (85,137,146). Sum of RGB (Red+Green+Blue) = 85+137+146=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 146 - color contains mainly: blue. Hex color #558992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558992 is #AA766D. Grayscale: #7A7A7A. Windows color (decimal): -11171438 or 9603413. OLE color: 9603413.

HSL color Cylindrical-coordinate representation of color #558992: hue angle of 188.85º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #558992 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB85137146-
CMYK0.420.0600.43
HSL188.85º26.41%45.29%-
HSV(B)188.85º41.78%57.25%-
XYZ17.8821.930.48-
YUV122.48141.27101.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.10%
GREEN value IS 137 (53.91% from 255) = 37.23%
BLUE value IS 146 (57.42% from 255) = 39.67%
R=23.10%
G=37.23%
B=39.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851371460.420.0600.43188.8526.4145.29
Hex5589922A602Bbd1a2d
Octal1252112225260532753255
Binary1010101100010011001001010101011001010111011110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558992; }

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

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

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

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

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

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

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

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