Html Css Color HEX #515980 Chambray

📋 copy color: '#515980'

red 81 ◦ green 89 ◦ blue 128

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

Shades of Chambray #515980

Tints of Chambray #515980

RGB

 RED value IS 81 (32.03% from 255) = 27.18%

 GREEN value IS 89 (35.16% from 255) = 29.87%

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

R = 27.18%
G = 29.87%
B = 42.95%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#515980 (or 0x515980) is known color: Chambray. HEX triplet: 51, 59 and 80. RGB value is (81,89,128). Sum of RGB (Red+Green+Blue) = 81+89+128=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 128 - color contains mainly: blue. Hex color #515980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515980 is #AEA67F. Grayscale: #5A5A5A. Windows color (decimal): -11445888 or 8411473. OLE color: 8411473.

HSL color Cylindrical-coordinate representation of color #515980: hue angle of 229.79º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #515980 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 89 128 -
CMYK 0.37 0.30 0 0.50
HSL 229.79º 0.22% 0.41% -
HSV(B) 229.79º 0.37% 0.5% -
XYZ 10.86 10.45 21.87 -
YUV 91.05 148.85 120.83 -
System Red Green Blue C M Y K H S L
Decimal 81 89 128 0.37 0.30 0 0.50 229.79 0.22 0.41
Hex 51 59 80 25 1E 0 32 E6 16 29
Octal 121 131 200 45 36 0 62 346 26 51
Binary 1010001 1011001 10000000 100101 11110 0 110010 11100110 10110 101001

Color Harmonies of #515980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515980

Black with #515980

Text Example


Text Example

White with #515980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515980; }

 p { color: rgb(81,89,128); }

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

background-color css

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

 a { background-color: rgb(81,89,128); }

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

border-color css

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

 span { border-color: rgb(81,89,128); }

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