Html Css Color HEX #56637B Chambray

📋 copy color: '#56637B'

red 86 ◦ green 99 ◦ blue 123

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

Shades of Chambray #56637B

Tints of Chambray #56637B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.94%

R = 27.92%
G = 32.14%
B = 39.94%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#56637B (or 0x56637B) is known color: Chambray. HEX triplet: 56, 63 and 7B. RGB value is (86,99,123). Sum of RGB (Red+Green+Blue) = 86+99+123=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 123 - color contains mainly: blue. Hex color #56637B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56637B is #A99C84. Grayscale: #616161. Windows color (decimal): -11115653 or 8086358. OLE color: 8086358.

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

Color convert

RGB 86 99 123 -
CMYK 0.30 0.20 0 0.52
HSL 218.92º 0.18% 0.41% -
HSV(B) 218.92º 0.3% 0.48% -
XYZ 11.87 12.33 20.49 -
YUV 97.85 142.19 119.55 -
System Red Green Blue C M Y K H S L
Decimal 86 99 123 0.30 0.20 0 0.52 218.92 0.18 0.41
Hex 56 63 7B 1E 14 0 34 DB 12 29
Octal 126 143 173 36 24 0 64 333 22 51
Binary 1010110 1100011 1111011 11110 10100 0 110100 11011011 10010 101001

Color Harmonies of #56637B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56637B

Black with #56637B

Text Example


Text Example

White with #56637B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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