#56929C

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

Shades of Half Baked #56929C

Tints of Half Baked #56929C

Color information

#56929C (or 0x56929C) is unknown color: approx Half Baked. HEX triplet: 56, 92 and 9C. RGB value is (86,146,156). Sum of RGB (Red+Green+Blue) = 86+146+156=388 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.16% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #56929C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56929C is #A96D63. Grayscale: #818181. Windows color (decimal): -11103588 or 10261078. OLE color: 10261078.

HSL color Cylindrical-coordinate representation of color #56929C: hue angle of 188.57º 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 #56929C is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB86146156-
CMYK0.450.0600.39
HSL188.57º28.93%47.45%-
HSV(B)188.57º44.87%61.18%-
XYZ20.1224.9435.21-
YUV129.2143.1297.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.16%
GREEN value IS 146 (57.42% from 255) = 37.63%
BLUE value IS 156 (61.33% from 255) = 40.21%
R=22.16%
G=37.63%
B=40.21%

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
Decimal861461560.450.0600.39188.5728.9347.45
Hex56929C2D6027bd1d2f
Octal1262222345560472753557
Binary1010110100100101001110010110111001001111011110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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