#56939C

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

Shades of Half Baked #56939C

Tints of Half Baked #56939C

Color information

#56939C (or 0x56939C) is unknown color: approx Half Baked. HEX triplet: 56, 93 and 9C. RGB value is (86,147,156). Sum of RGB (Red+Green+Blue) = 86+147+156=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #56939C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56939C is #A96C63. Grayscale: #818181. Windows color (decimal): -11103332 or 10261334. OLE color: 10261334.

HSL color Cylindrical-coordinate representation of color #56939C: hue angle of 187.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56939C is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB86147156-
CMYK0.450.0600.39
HSL187.71º28.93%47.45%-
HSV(B)187.71º44.87%61.18%-
XYZ20.2725.2535.26-
YUV129.79142.7996.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.11%
GREEN value IS 147 (57.81% from 255) = 37.79%
BLUE value IS 156 (61.33% from 255) = 40.10%
R=22.11%
G=37.79%
B=40.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861471560.450.0600.39187.7128.9347.45
Hex56939C2D6027bc1d2f
Octal1262232345560472743557
Binary1010110100100111001110010110111001001111011110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56939C; }

 p { color: rgb(86,147,156); }

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

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

 a { background-color: rgb(86,147,156); }

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

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

 span { border-color: rgb(86,147,156); }

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