#558993

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

Shades of Half Baked #558993

Tints of Half Baked #558993

Color information

#558993 (or 0x558993) is unknown color: approx Half Baked. HEX triplet: 55, 89 and 93. RGB value is (85,137,147). Sum of RGB (Red+Green+Blue) = 85+137+147=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 147 - color contains mainly: blue. Hex color #558993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558993 is #AA766C. Grayscale: #7A7A7A. Windows color (decimal): -11171437 or 9668949. OLE color: 9668949.

HSL color Cylindrical-coordinate representation of color #558993: hue angle of 189.68º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #558993 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB85137147-
CMYK0.420.0700.42
HSL189.68º26.72%45.49%-
HSV(B)189.68º42.18%57.65%-
XYZ17.9621.9330.89-
YUV122.59141.77101.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.04%
GREEN value IS 137 (53.91% from 255) = 37.13%
BLUE value IS 147 (57.81% from 255) = 39.84%
R=23.04%
G=37.13%
B=39.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851371470.420.0700.42189.6826.7245.49
Hex5589932A702Abe1b2d
Octal1252112235270522763355
Binary1010101100010011001001110101011101010101011111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558993; }

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

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

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

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

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

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

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

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