Html Css Color HEX #565F76 Chambray

📋 copy color: '#565F76'

red 86 ◦ green 95 ◦ blue 118

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

Shades of Chambray #565F76

Tints of Chambray #565F76

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.77%

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

R = 28.76%
G = 31.77%
B = 39.46%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#565F76 (or 0x565F76) is known color: Chambray. HEX triplet: 56, 5F and 76. RGB value is (86,95,118). Sum of RGB (Red+Green+Blue) = 86+95+118=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 118 - color contains mainly: blue. Hex color #565F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565F76 is #A9A089. Grayscale: #5E5E5E. Windows color (decimal): -11116682 or 7757654. OLE color: 7757654.

HSL color Cylindrical-coordinate representation of color #565F76: hue angle of 223.12º 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 #565F76 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 95 118 -
CMYK 0.27 0.19 0 0.54
HSL 223.13º 0.16% 0.4% -
HSV(B) 223.13º 0.27% 0.46% -
XYZ 11.2 11.47 18.76 -
YUV 94.93 141.02 121.63 -
System Red Green Blue C M Y K H S L
Decimal 86 95 118 0.27 0.19 0 0.54 223.13 0.16 0.4
Hex 56 5F 76 1B 13 0 36 DF 10 28
Octal 126 137 166 33 23 0 66 337 20 50
Binary 1010110 1011111 1110110 11011 10011 0 110110 11011111 10000 101000

Color Harmonies of #565F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565F76

Black with #565F76

Text Example


Text Example

White with #565F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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