#568D96

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

Shades of Half Baked #568D96

Tints of Half Baked #568D96

Color information

#568D96 (or 0x568D96) is unknown color: approx Half Baked. HEX triplet: 56, 8D and 96. RGB value is (86,141,150). Sum of RGB (Red+Green+Blue) = 86+141+150=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 150 - color contains mainly: blue. Hex color #568D96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568D96 is #A97269. Grayscale: #7D7D7D. Windows color (decimal): -11104874 or 9866582. OLE color: 9866582.

HSL color Cylindrical-coordinate representation of color #568D96: hue angle of 188.44º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #568D96 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB86141150-
CMYK0.430.0600.41
HSL188.44º27.12%46.27%-
HSV(B)188.44º42.67%58.82%-
XYZ18.8723.2332.34-
YUV125.58141.7899.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.81%
GREEN value IS 141 (55.47% from 255) = 37.40%
BLUE value IS 150 (58.98% from 255) = 39.79%
R=22.81%
G=37.40%
B=39.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal861411500.430.0600.41188.4427.1246.27
Hex568D962B6029bc1b2e
Octal1262152265360512743356
Binary1010110100011011001011010101111001010011011110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568D96; }

 p { color: rgb(86,141,150); }

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

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

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

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

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

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

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