#559992

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

Shades of Half Baked #559992

Tints of Half Baked #559992

Color information

#559992 (or 0x559992) is unknown color: approx Half Baked. HEX triplet: 55, 99 and 92. RGB value is (85,153,146). Sum of RGB (Red+Green+Blue) = 85+153+146=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 153 - color contains mainly: green. Hex color #559992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559992 is #AA666D. Grayscale: #838383. Windows color (decimal): -11167342 or 9607509. OLE color: 9607509.

HSL color Cylindrical-coordinate representation of color #559992: hue angle of 173.82º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559992 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB85153146-
CMYK0.4400.050.4
HSL173.82º28.57%46.67%-
HSV(B)173.82º44.44%60%-
XYZ20.3326.7931.29-
YUV131.87135.9794.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.14%
GREEN value IS 153 (60.16% from 255) = 39.84%
BLUE value IS 146 (57.42% from 255) = 38.02%
R=22.14%
G=39.84%
B=38.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal851531460.4400.050.4173.8228.5746.67
Hex5599922C0528ae1d2f
Octal1252312225405502563557
Binary1010101100110011001001010110001011010001010111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559992; }

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

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

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

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

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

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

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

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