#568991

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

Shades of Half Baked #568991

Tints of Half Baked #568991

Color information

#568991 (or 0x568991) is unknown color: approx Half Baked. HEX triplet: 56, 89 and 91. RGB value is (86,137,145). Sum of RGB (Red+Green+Blue) = 86+137+145=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 145 - color contains mainly: blue. Hex color #568991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568991 is #A9766E. Grayscale: #7A7A7A. Windows color (decimal): -11105903 or 9537878. OLE color: 9537878.

HSL color Cylindrical-coordinate representation of color #568991: hue angle of 188.14º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #568991 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB86137145-
CMYK0.410.0600.43
HSL188.14º25.54%45.29%-
HSV(B)188.14º40.69%56.86%-
XYZ17.8921.9130.07-
YUV122.66140.6101.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.37%
GREEN value IS 137 (53.91% from 255) = 37.23%
BLUE value IS 145 (57.03% from 255) = 39.40%
R=23.37%
G=37.23%
B=39.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861371450.410.0600.43188.1425.5445.29
Hex56899129602Bbc1a2d
Octal1262112215160532743255
Binary1010110100010011001000110100111001010111011110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568991; }

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

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

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

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

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

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

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

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