Html Css Color HEX #56617B Chambray

📋 copy color: '#56617B'

red 86 ◦ green 97 ◦ blue 123

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

Shades of Chambray #56617B

Tints of Chambray #56617B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.7%

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

R = 28.1%
G = 31.7%
B = 40.2%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#56617B (or 0x56617B) is known color: Chambray. HEX triplet: 56, 61 and 7B. RGB value is (86,97,123). Sum of RGB (Red+Green+Blue) = 86+97+123=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #56617B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56617B is #A99E84. Grayscale: #606060. Windows color (decimal): -11116165 or 8085846. OLE color: 8085846.

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

Color convert

RGB 86 97 123 -
CMYK 0.30 0.21 0 0.52
HSL 222.16º 0.18% 0.41% -
HSV(B) 222.16º 0.3% 0.48% -
XYZ 11.69 11.96 20.43 -
YUV 96.68 142.86 120.39 -
System Red Green Blue C M Y K H S L
Decimal 86 97 123 0.30 0.21 0 0.52 222.16 0.18 0.41
Hex 56 61 7B 1E 15 0 34 DE 12 29
Octal 126 141 173 36 25 0 64 336 22 51
Binary 1010110 1100001 1111011 11110 10101 0 110100 11011110 10010 101001

Color Harmonies of #56617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56617B

Black with #56617B

Text Example


Text Example

White with #56617B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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