#559893

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

Shades of Half Baked #559893

Tints of Half Baked #559893

Color information

#559893 (or 0x559893) is unknown color: approx Half Baked. HEX triplet: 55, 98 and 93. RGB value is (85,152,147). Sum of RGB (Red+Green+Blue) = 85+152+147=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 152 - color contains mainly: green. Hex color #559893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559893 is #AA676C. Grayscale: #838383. Windows color (decimal): -11167597 or 9672789. OLE color: 9672789.

HSL color Cylindrical-coordinate representation of color #559893: hue angle of 175.52º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559893 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB85152147-
CMYK0.4400.030.40
HSL175.52º28.27%46.47%-
HSV(B)175.52º44.08%59.61%-
XYZ20.2426.4931.65-
YUV131.4136.894.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.14%
GREEN value IS 152 (59.77% from 255) = 39.58%
BLUE value IS 147 (57.81% from 255) = 38.28%
R=22.14%
G=39.58%
B=38.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851521470.4400.030.40175.5228.2746.47
Hex5598932C0328b01c2e
Octal1252302235403502603456
Binary101010110011000100100111011000111010001011000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559893; }

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

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

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

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

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

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

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

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