#56607C

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

Shades of Chambray #56607C

Tints of Chambray #56607C

Color information

#56607C (or 0x56607C) is unknown color: approx Chambray. HEX triplet: 56, 60 and 7C. RGB value is (86,96,124). Sum of RGB (Red+Green+Blue) = 86+96+124=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #56607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56607C is #A99F83. Grayscale: #606060. Windows color (decimal): -11116420 or 8151126. OLE color: 8151126.

HSL color Cylindrical-coordinate representation of color #56607C: hue angle of 224.21º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #56607C is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8696124-
CMYK0.310.2300.51
HSL224.21º18.1%41.18%-
HSV(B)224.21º30.65%48.63%-
XYZ11.6611.820.73-
YUV96.2143.69120.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.10%
GREEN value IS 96 (37.89% from 255) = 31.37%
BLUE value IS 124 (48.83% from 255) = 40.52%
R=28.10%
G=31.37%
B=40.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86961240.310.2300.51224.2118.141.18
Hex56607C1F17033e01229
Octal12614017437270633402251
Binary101011011000001111100111111011101100111110000010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,96,124); }

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

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

 a { background-color: rgb(86,96,124); }

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

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

 span { border-color: rgb(86,96,124); }

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