Html Css Color HEX #565D71 Chambray

📋 copy color: '#565D71'

red 86 ◦ green 93 ◦ blue 113

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

Shades of Chambray #565D71

Tints of Chambray #565D71

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.85%

 BLUE value IS 113 (44.53% from 255) = 38.7%

R = 29.45%
G = 31.85%
B = 38.7%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#565D71 (or 0x565D71) is known color: Chambray. HEX triplet: 56, 5D and 71. RGB value is (86,93,113). Sum of RGB (Red+Green+Blue) = 86+93+113=292 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.45% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 113 - color contains mainly: blue. Hex color #565D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565D71 is #A9A28E. Grayscale: #5D5D5D. Windows color (decimal): -11117199 or 7429462. OLE color: 7429462.

HSL color Cylindrical-coordinate representation of color #565D71: hue angle of 224.44º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #565D71 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 93 113 -
CMYK 0.24 0.18 0 0.56
HSL 224.44º 0.14% 0.39% -
HSV(B) 224.44º 0.24% 0.44% -
XYZ 10.73 11 17.18 -
YUV 93.19 139.18 122.87 -
System Red Green Blue C M Y K H S L
Decimal 86 93 113 0.24 0.18 0 0.56 224.44 0.14 0.39
Hex 56 5D 71 18 12 0 38 E0 E 27
Octal 126 135 161 30 22 0 70 340 16 47
Binary 1010110 1011101 1110001 11000 10010 0 111000 11100000 1110 100111

Color Harmonies of #565D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565D71

Black with #565D71

Text Example


Text Example

White with #565D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565D71; }

 p { color: rgb(86,93,113); }

 H1.HeaderClassName
 {
   color: #565D71;
 }
 .AnyTagClassName
 {
   color: #565D71;
 }
</style>

background-color css

<style>
 a { background-color: #565D71; }

 a { background-color: rgb(86,93,113); }

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

border-color css

<style>
 span { border-color: #565D71; }

 span { border-color: rgb(86,93,113); }

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