#56627C

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

Shades of Chambray #56627C

Tints of Chambray #56627C

Color information

#56627C (or 0x56627C) is unknown color: approx Chambray. HEX triplet: 56, 62 and 7C. RGB value is (86,98,124). Sum of RGB (Red+Green+Blue) = 86+98+124=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #56627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56627C is #A99D83. Grayscale: #616161. Windows color (decimal): -11115908 or 8151638. OLE color: 8151638.

HSL color Cylindrical-coordinate representation of color #56627C: hue angle of 221.05º 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 #56627C is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8698124-
CMYK0.310.2100.51
HSL221.05º18.1%41.18%-
HSV(B)221.05º30.65%48.63%-
XYZ11.8412.1720.79-
YUV97.38143.02119.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.92%
GREEN value IS 98 (38.67% from 255) = 31.82%
BLUE value IS 124 (48.83% from 255) = 40.26%
R=27.92%
G=31.82%
B=40.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86981240.310.2100.51221.0518.141.18
Hex56627C1F15033dd1229
Octal12614217437250633352251
Binary101011011000101111100111111010101100111101110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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