#569595

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

Shades of Half Baked #569595

Tints of Half Baked #569595

Color information

#569595 (or 0x569595) is unknown color: approx Half Baked. HEX triplet: 56, 95 and 95. RGB value is (86,149,149). Sum of RGB (Red+Green+Blue) = 86+149+149=384 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.40% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #569595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569595 is #A96A6A. Grayscale: #828282. Windows color (decimal): -11102827 or 9803094. OLE color: 9803094.

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

Color convert

RGB86149149-
CMYK0.42000.42
HSL180º26.81%46.08%-
HSV(B)180º42.28%58.43%-
XYZ20.0125.6432.33-
YUV130.16138.6396.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.40%
GREEN value IS 149 (58.59% from 255) = 38.80%
BLUE value IS 149 (58.59% from 255) = 38.80%
R=22.40%
G=38.80%
B=38.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861491490.42000.4218026.8146.08
Hex5695952A002Ab41b2e
Octal1262252255200522643356
Binary10101101001010110010101101010001010101011010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569595; }

 p { color: rgb(86,149,149); }

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

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

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

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

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

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

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