#568E90

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

Shades of Half Baked #568E90

Tints of Half Baked #568E90

Color information

#568E90 (or 0x568E90) is unknown color: approx Half Baked. HEX triplet: 56, 8E and 90. RGB value is (86,142,144). Sum of RGB (Red+Green+Blue) = 86+142+144=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 144 - color contains mainly: blue. Hex color #568E90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568E90 is #A9716F. Grayscale: #7D7D7D. Windows color (decimal): -11104624 or 9473622. OLE color: 9473622.

HSL color Cylindrical-coordinate representation of color #568E90: hue angle of 182.07º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #568E90 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB86142144-
CMYK0.400.0100.44
HSL182.07º25.22%45.1%-
HSV(B)182.07º40.28%56.47%-
XYZ18.5423.3429.91-
YUV125.48138.4599.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.12%
GREEN value IS 142 (55.86% from 255) = 38.17%
BLUE value IS 144 (56.64% from 255) = 38.71%
R=23.12%
G=38.17%
B=38.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861421440.400.0100.44182.0725.2245.1
Hex568E9028102Cb6192d
Octal1262162205010542663155
Binary10101101000111010010000101000101011001011011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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