Html Css Color HEX #566080 Chambray

📋 copy color: '#566080'

red 86 ◦ green 96 ◦ blue 128

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

Shades of Chambray #566080

Tints of Chambray #566080

RGB

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

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

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

R = 27.74%
G = 30.97%
B = 41.29%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#566080 (or 0x566080) is known color: Chambray. HEX triplet: 56, 60 and 80. RGB value is (86,96,128). Sum of RGB (Red+Green+Blue) = 86+96+128=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 128 - color contains mainly: blue. Hex color #566080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566080 is #A99F7F. Grayscale: #606060. Windows color (decimal): -11116416 or 8413270. OLE color: 8413270.

HSL color Cylindrical-coordinate representation of color #566080: hue angle of 225.71º 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 #566080 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 96 128 -
CMYK 0.33 0.25 0 0.50
HSL 225.71º 0.2% 0.42% -
HSV(B) 225.71º 0.33% 0.5% -
XYZ 11.92 11.9 22.09 -
YUV 96.66 145.69 120.4 -
System Red Green Blue C M Y K H S L
Decimal 86 96 128 0.33 0.25 0 0.50 225.71 0.2 0.42
Hex 56 60 80 21 19 0 32 E2 14 2A
Octal 126 140 200 41 31 0 62 342 24 52
Binary 1010110 1100000 10000000 100001 11001 0 110010 11100010 10100 101010

Color Harmonies of #566080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566080

Black with #566080

Text Example


Text Example

White with #566080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566080; }

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

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

background-color css

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

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

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

border-color css

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

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

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