#568995

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

Shades of Half Baked #568995

Tints of Half Baked #568995

Color information

#568995 (or 0x568995) is unknown color: approx Half Baked. HEX triplet: 56, 89 and 95. RGB value is (86,137,149). Sum of RGB (Red+Green+Blue) = 86+137+149=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 149 - color contains mainly: blue. Hex color #568995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568995 is #A9766A. Grayscale: #7B7B7B. Windows color (decimal): -11105899 or 9800022. OLE color: 9800022.

HSL color Cylindrical-coordinate representation of color #568995: hue angle of 191.43º 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 #568995 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB86137149-
CMYK0.420.0800.42
HSL191.43º26.81%46.08%-
HSV(B)191.43º42.28%58.43%-
XYZ18.2122.0431.73-
YUV123.12142.6101.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.12%
GREEN value IS 137 (53.91% from 255) = 36.83%
BLUE value IS 149 (58.59% from 255) = 40.05%
R=23.12%
G=36.83%
B=40.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861371490.420.0800.42191.4326.8146.08
Hex5689952A802Abf1b2e
Octal12621122552100522773356
Binary10101101000100110010101101010100001010101011111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568995; }

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

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

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

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

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

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

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

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