#56627B

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

Shades of Chambray #56627B

Tints of Chambray #56627B

Color information

#56627B (or 0x56627B) is unknown color: approx Chambray. HEX triplet: 56, 62 and 7B. RGB value is (86,98,123). Sum of RGB (Red+Green+Blue) = 86+98+123=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 123 - color contains mainly: blue. Hex color #56627B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56627B is #A99D84. Grayscale: #616161. Windows color (decimal): -11115909 or 8086102. OLE color: 8086102.

HSL color Cylindrical-coordinate representation of color #56627B: hue angle of 220.54º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #56627B is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8698123-
CMYK0.300.2000.52
HSL220.54º17.7%40.98%-
HSV(B)220.54º30.08%48.24%-
XYZ11.7812.1420.46-
YUV97.26142.52119.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.01%
GREEN value IS 98 (38.67% from 255) = 31.92%
BLUE value IS 123 (48.44% from 255) = 40.07%
R=28.01%
G=31.92%
B=40.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal86981230.300.2000.52220.5417.740.98
Hex56627B1E14034dd1229
Octal12614217336240643352251
Binary101011011000101111011111101010001101001101110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56627B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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