Html Css Color HEX #56637C Chambray

📋 copy color: '#56637C'

red 86 ◦ green 99 ◦ blue 124

#56637C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chambray #56637C

Tints of Chambray #56637C

RGB

 RED value IS 86 (33.98% from 255) = 27.83%

 GREEN value IS 99 (39.06% from 255) = 32.04%

 BLUE value IS 124 (48.83% from 255) = 40.13%

R = 27.83%
G = 32.04%
B = 40.13%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56637C (or 0x56637C) is known color: Chambray. HEX triplet: 56, 63 and 7C. RGB value is (86,99,124). Sum of RGB (Red+Green+Blue) = 86+99+124=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #56637C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56637C is #A99C83. Grayscale: #616161. Windows color (decimal): -11115652 or 8151894. OLE color: 8151894.

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

Color convert

RGB 86 99 124 -
CMYK 0.31 0.20 0 0.51
HSL 219.47º 0.18% 0.41% -
HSV(B) 219.47º 0.31% 0.49% -
XYZ 11.94 12.36 20.82 -
YUV 97.96 142.69 119.47 -
System Red Green Blue C M Y K H S L
Decimal 86 99 124 0.31 0.20 0 0.51 219.47 0.18 0.41
Hex 56 63 7C 1F 14 0 33 DB 12 29
Octal 126 143 174 37 24 0 63 333 22 51
Binary 1010110 1100011 1111100 11111 10100 0 110011 11011011 10010 101001

Color Harmonies of #56637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56637C

Black with #56637C

Text Example


Text Example

White with #56637C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #56637C;
 }
 .AnyTagClassName
 {
   color: #56637C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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