#568588

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

Shades of Half Baked #568588

Tints of Half Baked #568588

Color information

#568588 (or 0x568588) is unknown color: approx Half Baked. HEX triplet: 56, 85 and 88. RGB value is (86,133,136). Sum of RGB (Red+Green+Blue) = 86+133+136=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 136 - color contains mainly: blue. Hex color #568588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568588 is #A97A77. Grayscale: #777777. Windows color (decimal): -11106936 or 8947030. OLE color: 8947030.

HSL color Cylindrical-coordinate representation of color #568588: hue angle of 183.6º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #568588 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB86133136-
CMYK0.370.0200.47
HSL183.6º22.52%43.53%-
HSV(B)183.6º36.76%53.33%-
XYZ16.6720.5326.38-
YUV119.29137.43104.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.23%
GREEN value IS 133 (52.34% from 255) = 37.46%
BLUE value IS 136 (53.52% from 255) = 38.31%
R=24.23%
G=37.46%
B=38.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861331360.370.0200.47183.622.5243.53
Hex56858825202Fb8172c
Octal1262052104520572702754
Binary101011010000101100010001001011001011111011100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568588; }

 p { color: rgb(86,133,136); }

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

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

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

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

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

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

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