#569990

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

Shades of Half Baked #569990

Tints of Half Baked #569990

Color information

#569990 (or 0x569990) is unknown color: approx Half Baked. HEX triplet: 56, 99 and 90. RGB value is (86,153,144). Sum of RGB (Red+Green+Blue) = 86+153+144=383 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.45% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 153 - color contains mainly: green. Hex color #569990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569990 is #A9666F. Grayscale: #838383. Windows color (decimal): -11101808 or 9476438. OLE color: 9476438.

HSL color Cylindrical-coordinate representation of color #569990: hue angle of 171.94º degrees, saturation: 0.28, 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 #569990 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB86153144-
CMYK0.4400.060.4
HSL171.94º28.03%46.86%-
HSV(B)171.94º43.79%60%-
XYZ20.2626.7730.49-
YUV131.94134.895.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.45%
GREEN value IS 153 (60.16% from 255) = 39.95%
BLUE value IS 144 (56.64% from 255) = 37.60%
R=22.45%
G=39.95%
B=37.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal861531440.4400.060.4171.9428.0346.86
Hex5699902C0628ac1c2f
Octal1262312205406502543457
Binary1010110100110011001000010110001101010001010110011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569990; }

 p { color: rgb(86,153,144); }

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

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

 a { background-color: rgb(86,153,144); }

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

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

 span { border-color: rgb(86,153,144); }

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