#56969D

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

Shades of Half Baked #56969D

Tints of Half Baked #56969D

Color information

#56969D (or 0x56969D) is unknown color: approx Half Baked. HEX triplet: 56, 96 and 9D. RGB value is (86,150,157). Sum of RGB (Red+Green+Blue) = 86+150+157=393 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.88% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #56969D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56969D is #A96962. Grayscale: #838383. Windows color (decimal): -11102563 or 10327638. OLE color: 10327638.

HSL color Cylindrical-coordinate representation of color #56969D: hue angle of 185.92º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56969D is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB86150157-
CMYK0.450.0400.38
HSL185.92º29.22%47.65%-
HSV(B)185.92º45.22%61.57%-
XYZ20.8326.2335.86-
YUV131.66142.395.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.88%
GREEN value IS 150 (58.98% from 255) = 38.17%
BLUE value IS 157 (61.72% from 255) = 39.95%
R=21.88%
G=38.17%
B=39.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861501570.450.0400.38185.9229.2247.65
Hex56969D2D4026ba1d30
Octal1262262355540462723560
Binary1010110100101101001110110110110001001101011101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56969D; }

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

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

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

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

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

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

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

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