Html Css Color HEX #565D72 Chambray

📋 copy color: '#565D72'

red 86 ◦ green 93 ◦ blue 114

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

Shades of Chambray #565D72

Tints of Chambray #565D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.91%

R = 29.35%
G = 31.74%
B = 38.91%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#565D72 (or 0x565D72) is known color: Chambray. HEX triplet: 56, 5D and 72. RGB value is (86,93,114). Sum of RGB (Red+Green+Blue) = 86+93+114=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 114 - color contains mainly: blue. Hex color #565D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565D72 is #A9A28D. Grayscale: #5D5D5D. Windows color (decimal): -11117198 or 7494998. OLE color: 7494998.

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

Color convert

RGB 86 93 114 -
CMYK 0.25 0.18 0 0.55
HSL 225º 0.14% 0.39% -
HSV(B) 225º 0.25% 0.45% -
XYZ 10.79 11.02 17.48 -
YUV 93.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 86 93 114 0.25 0.18 0 0.55 225 0.14 0.39
Hex 56 5D 72 19 12 0 37 E1 E 27
Octal 126 135 162 31 22 0 67 341 16 47
Binary 1010110 1011101 1110010 11001 10010 0 110111 11100001 1110 100111

Color Harmonies of #565D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565D72

Black with #565D72

Text Example


Text Example

White with #565D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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