Html Css Color HEX #565C76 Chambray

📋 copy color: '#565C76'

red 86 ◦ green 92 ◦ blue 118

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

Shades of Chambray #565C76

Tints of Chambray #565C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.08%

 BLUE value IS 118 (46.48% from 255) = 39.86%

R = 29.05%
G = 31.08%
B = 39.86%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#565C76 (or 0x565C76) is known color: Chambray. HEX triplet: 56, 5C and 76. RGB value is (86,92,118). Sum of RGB (Red+Green+Blue) = 86+92+118=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 118 - color contains mainly: blue. Hex color #565C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C76 is #A9A389. Grayscale: #5D5D5D. Windows color (decimal): -11117450 or 7756886. OLE color: 7756886.

HSL color Cylindrical-coordinate representation of color #565C76: hue angle of 228.75º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #565C76 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 92 118 -
CMYK 0.27 0.22 0 0.54
HSL 228.75º 0.16% 0.4% -
HSV(B) 228.75º 0.27% 0.46% -
XYZ 10.93 10.94 18.67 -
YUV 93.17 142.01 122.89 -
System Red Green Blue C M Y K H S L
Decimal 86 92 118 0.27 0.22 0 0.54 228.75 0.16 0.4
Hex 56 5C 76 1B 16 0 36 E5 10 28
Octal 126 134 166 33 26 0 66 345 20 50
Binary 1010110 1011100 1110110 11011 10110 0 110110 11100101 10000 101000

Color Harmonies of #565C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565C76

Black with #565C76

Text Example


Text Example

White with #565C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,92,118); }

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

background-color css

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

 a { background-color: rgb(86,92,118); }

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

border-color css

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

 span { border-color: rgb(86,92,118); }

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