#559590

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

Shades of Half Baked #559590

Tints of Half Baked #559590

Color information

#559590 (or 0x559590) is unknown color: approx Half Baked. HEX triplet: 55, 95 and 90. RGB value is (85,149,144). Sum of RGB (Red+Green+Blue) = 85+149+144=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 149 - color contains mainly: green. Hex color #559590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559590 is #AA6A6F. Grayscale: #818181. Windows color (decimal): -11168368 or 9475413. OLE color: 9475413.

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

Color convert

RGB85149144-
CMYK0.4300.030.42
HSL175.31º27.35%45.88%-
HSV(B)175.31º42.95%58.43%-
XYZ19.5325.4430.27-
YUV129.29136.396.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.49%
GREEN value IS 149 (58.59% from 255) = 39.42%
BLUE value IS 144 (56.64% from 255) = 38.10%
R=22.49%
G=39.42%
B=38.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851491440.4300.030.42175.3127.3545.88
Hex5595902B032Aaf1b2e
Octal1252252205303522573356
Binary101010110010101100100001010110111010101010111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559590; }

 p { color: rgb(85,149,144); }

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

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

 a { background-color: rgb(85,149,144); }

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

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

 span { border-color: rgb(85,149,144); }

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