#559794

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

Shades of Half Baked #559794

Tints of Half Baked #559794

Color information

#559794 (or 0x559794) is unknown color: approx Half Baked. HEX triplet: 55, 97 and 94. RGB value is (85,151,148). Sum of RGB (Red+Green+Blue) = 85+151+148=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 151 - color contains mainly: green. Hex color #559794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559794 is #AA686B. Grayscale: #828282. Windows color (decimal): -11167852 or 9738069. OLE color: 9738069.

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

Color convert

RGB85151148-
CMYK0.4400.020.41
HSL177.27º27.97%46.27%-
HSV(B)177.27º43.71%59.22%-
XYZ20.1626.232.01-
YUV130.92137.6395.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.14%
GREEN value IS 151 (59.38% from 255) = 39.32%
BLUE value IS 148 (58.20% from 255) = 38.54%
R=22.14%
G=39.32%
B=38.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851511480.4400.020.41177.2727.9746.27
Hex5597942C0229b11c2e
Octal1252272245402512613456
Binary101010110010111100101001011000101010011011000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559794; }

 p { color: rgb(85,151,148); }

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

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

 a { background-color: rgb(85,151,148); }

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

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

 span { border-color: rgb(85,151,148); }

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