Html Css Color HEX #56637D Chambray

📋 copy color: '#56637D'

red 86 ◦ green 99 ◦ blue 125

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

Shades of Chambray #56637D

Tints of Chambray #56637D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.32%

R = 27.74%
G = 31.94%
B = 40.32%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56637D (or 0x56637D) is known color: Chambray. HEX triplet: 56, 63 and 7D. RGB value is (86,99,125). Sum of RGB (Red+Green+Blue) = 86+99+125=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 125 - color contains mainly: blue. Hex color #56637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56637D is #A99C82. Grayscale: #616161. Windows color (decimal): -11115651 or 8217430. OLE color: 8217430.

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

Color convert

RGB 86 99 125 -
CMYK 0.31 0.21 0 0.51
HSL 220º 0.18% 0.41% -
HSV(B) 220º 0.31% 0.49% -
XYZ 12 12.38 21.16 -
YUV 98.08 143.19 119.39 -
System Red Green Blue C M Y K H S L
Decimal 86 99 125 0.31 0.21 0 0.51 220 0.18 0.41
Hex 56 63 7D 1F 15 0 33 DC 12 29
Octal 126 143 175 37 25 0 63 334 22 51
Binary 1010110 1100011 1111101 11111 10101 0 110011 11011100 10010 101001

Color Harmonies of #56637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56637D

Black with #56637D

Text Example


Text Example

White with #56637D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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