Html Css Color HEX #565D79 Chambray

📋 copy color: '#565D79'

red 86 ◦ green 93 ◦ blue 121

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

Shades of Chambray #565D79

Tints of Chambray #565D79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 40.33%

R = 28.67%
G = 31%
B = 40.33%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#565D79 (or 0x565D79) is known color: Chambray. HEX triplet: 56, 5D and 79. RGB value is (86,93,121). Sum of RGB (Red+Green+Blue) = 86+93+121=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 121 - color contains mainly: blue. Hex color #565D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565D79 is #A9A286. Grayscale: #5D5D5D. Windows color (decimal): -11117191 or 7953750. OLE color: 7953750.

HSL color Cylindrical-coordinate representation of color #565D79: hue angle of 228º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #565D79 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 86 93 121 -
CMYK 0.29 0.23 0 0.53
HSL 228º 0.17% 0.41% -
HSV(B) 228º 0.29% 0.47% -
XYZ 11.2 11.19 19.66 -
YUV 94.1 143.18 122.22 -
System Red Green Blue C M Y K H S L
Decimal 86 93 121 0.29 0.23 0 0.53 228 0.17 0.41
Hex 56 5D 79 1D 17 0 35 E4 11 29
Octal 126 135 171 35 27 0 65 344 21 51
Binary 1010110 1011101 1111001 11101 10111 0 110101 11100100 10001 101001

Color Harmonies of #565D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565D79

Black with #565D79

Text Example


Text Example

White with #565D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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