Html Css Color HEX #566076 Chambray

📋 copy color: '#566076'

red 86 ◦ green 96 ◦ blue 118

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

Shades of Chambray #566076

Tints of Chambray #566076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32%

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

R = 28.67%
G = 32%
B = 39.33%

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

#566076 (or 0x566076) is known color: Chambray. HEX triplet: 56, 60 and 76. RGB value is (86,96,118). Sum of RGB (Red+Green+Blue) = 86+96+118=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 118 - color contains mainly: blue. Hex color #566076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566076 is #A99F89. Grayscale: #5F5F5F. Windows color (decimal): -11116426 or 7757910. OLE color: 7757910.

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

Color convert

RGB 86 96 118 -
CMYK 0.27 0.19 0 0.54
HSL 221.25º 0.16% 0.4% -
HSV(B) 221.25º 0.27% 0.46% -
XYZ 11.29 11.65 18.79 -
YUV 95.52 140.69 121.21 -
System Red Green Blue C M Y K H S L
Decimal 86 96 118 0.27 0.19 0 0.54 221.25 0.16 0.4
Hex 56 60 76 1B 13 0 36 DD 10 28
Octal 126 140 166 33 23 0 66 335 20 50
Binary 1010110 1100000 1110110 11011 10011 0 110110 11011101 10000 101000

Color Harmonies of #566076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566076

Black with #566076

Text Example


Text Example

White with #566076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566076; }

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

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

background-color css

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

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

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

border-color css

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

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

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