#559791

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

Shades of Half Baked #559791

Tints of Half Baked #559791

Color information

#559791 (or 0x559791) is unknown color: approx Half Baked. HEX triplet: 55, 97 and 91. RGB value is (85,151,145). Sum of RGB (Red+Green+Blue) = 85+151+145=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 151 - color contains mainly: green. Hex color #559791 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559791 is #AA686E. Grayscale: #828282. Windows color (decimal): -11167855 or 9541461. OLE color: 9541461.

HSL color Cylindrical-coordinate representation of color #559791: hue angle of 174.55º 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 #559791 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB85151145-
CMYK0.4400.040.41
HSL174.55º27.97%46.27%-
HSV(B)174.55º43.71%59.22%-
XYZ19.9226.1130.78-
YUV130.58136.1395.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.31%
GREEN value IS 151 (59.38% from 255) = 39.63%
BLUE value IS 145 (57.03% from 255) = 38.06%
R=22.31%
G=39.63%
B=38.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851511450.4400.040.41174.5527.9746.27
Hex5597912C0429af1c2e
Octal1252272215404512573456
Binary1010101100101111001000110110001001010011010111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559791; }

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

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

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

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

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

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

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

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