Html Css Color HEX #565E70 Chambray

📋 copy color: '#565E70'

red 86 ◦ green 94 ◦ blue 112

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

Shades of Chambray #565E70

Tints of Chambray #565E70

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.19%

 BLUE value IS 112 (44.14% from 255) = 38.36%

R = 29.45%
G = 32.19%
B = 38.36%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#565E70 (or 0x565E70) is known color: Chambray. HEX triplet: 56, 5E and 70. RGB value is (86,94,112). Sum of RGB (Red+Green+Blue) = 86+94+112=292 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.45% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 112 - color contains mainly: blue. Hex color #565E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565E70 is #A9A18F. Grayscale: #5D5D5D. Windows color (decimal): -11116944 or 7364182. OLE color: 7364182.

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

Color convert

RGB 86 94 112 -
CMYK 0.23 0.16 0 0.56
HSL 221.54º 0.13% 0.39% -
HSV(B) 221.54º 0.23% 0.44% -
XYZ 10.77 11.15 16.91 -
YUV 93.66 138.35 122.54 -
System Red Green Blue C M Y K H S L
Decimal 86 94 112 0.23 0.16 0 0.56 221.54 0.13 0.39
Hex 56 5E 70 17 10 0 38 DE D 27
Octal 126 136 160 27 20 0 70 336 15 47
Binary 1010110 1011110 1110000 10111 10000 0 111000 11011110 1101 100111

Color Harmonies of #565E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565E70

Black with #565E70

Text Example


Text Example

White with #565E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,94,112); }

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

background-color css

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

 a { background-color: rgb(86,94,112); }

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

border-color css

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

 span { border-color: rgb(86,94,112); }

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