Html Css Color HEX #566180 Chambray

📋 copy color: '#566180'

red 86 ◦ green 97 ◦ blue 128

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

Shades of Chambray #566180

Tints of Chambray #566180

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.19%

 BLUE value IS 128 (50.39% from 255) = 41.16%

R = 27.65%
G = 31.19%
B = 41.16%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#566180 (or 0x566180) is known color: Chambray. HEX triplet: 56, 61 and 80. RGB value is (86,97,128). Sum of RGB (Red+Green+Blue) = 86+97+128=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 128 - color contains mainly: blue. Hex color #566180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566180 is #A99E7F. Grayscale: #616161. Windows color (decimal): -11116160 or 8413526. OLE color: 8413526.

HSL color Cylindrical-coordinate representation of color #566180: hue angle of 224.29º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #566180 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 97 128 -
CMYK 0.33 0.24 0 0.50
HSL 224.29º 0.2% 0.42% -
HSV(B) 224.29º 0.33% 0.5% -
XYZ 12.01 12.09 22.12 -
YUV 97.25 145.36 119.98 -
System Red Green Blue C M Y K H S L
Decimal 86 97 128 0.33 0.24 0 0.50 224.29 0.2 0.42
Hex 56 61 80 21 18 0 32 E0 14 2A
Octal 126 141 200 41 30 0 62 340 24 52
Binary 1010110 1100001 10000000 100001 11000 0 110010 11100000 10100 101010

Color Harmonies of #566180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566180

Black with #566180

Text Example


Text Example

White with #566180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566180; }

 p { color: rgb(86,97,128); }

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

background-color css

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

 a { background-color: rgb(86,97,128); }

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

border-color css

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

 span { border-color: rgb(86,97,128); }

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