#568996

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

Shades of Half Baked #568996

Tints of Half Baked #568996

Color information

#568996 (or 0x568996) is unknown color: approx Half Baked. HEX triplet: 56, 89 and 96. RGB value is (86,137,150). Sum of RGB (Red+Green+Blue) = 86+137+150=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 150 - color contains mainly: blue. Hex color #568996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568996 is #A97669. Grayscale: #7B7B7B. Windows color (decimal): -11105898 or 9865558. OLE color: 9865558.

HSL color Cylindrical-coordinate representation of color #568996: hue angle of 192.19º 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 #568996 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB86137150-
CMYK0.430.0900.41
HSL192.19º27.12%46.27%-
HSV(B)192.19º42.67%58.82%-
XYZ18.2922.0732.15-
YUV123.23143.1101.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.06%
GREEN value IS 137 (53.91% from 255) = 36.73%
BLUE value IS 150 (58.98% from 255) = 40.21%
R=23.06%
G=36.73%
B=40.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal861371500.430.0900.41192.1927.1246.27
Hex5689962B9029c01b2e
Octal12621122653110513003356
Binary10101101000100110010110101011100101010011100000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568996; }

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

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

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

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

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

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

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

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