Html Css Color HEX #565F80 Chambray

📋 copy color: '#565F80'

red 86 ◦ green 95 ◦ blue 128

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

Shades of Chambray #565F80

Tints of Chambray #565F80

RGB

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

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

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

R = 27.83%
G = 30.74%
B = 41.42%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#565F80 (or 0x565F80) is known color: Chambray. HEX triplet: 56, 5F and 80. RGB value is (86,95,128). Sum of RGB (Red+Green+Blue) = 86+95+128=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 128 - color contains mainly: blue. Hex color #565F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565F80 is #A9A07F. Grayscale: #5F5F5F. Windows color (decimal): -11116672 or 8413014. OLE color: 8413014.

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

Color convert

RGB 86 95 128 -
CMYK 0.33 0.26 0 0.50
HSL 227.14º 0.2% 0.42% -
HSV(B) 227.14º 0.33% 0.5% -
XYZ 11.83 11.72 22.06 -
YUV 96.07 146.02 120.82 -
System Red Green Blue C M Y K H S L
Decimal 86 95 128 0.33 0.26 0 0.50 227.14 0.2 0.42
Hex 56 5F 80 21 1A 0 32 E3 14 2A
Octal 126 137 200 41 32 0 62 343 24 52
Binary 1010110 1011111 10000000 100001 11010 0 110010 11100011 10100 101010

Color Harmonies of #565F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565F80

Black with #565F80

Text Example


Text Example

White with #565F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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