Html Css Color HEX #515D80 Chambray

📋 copy color: '#515D80'

red 81 ◦ green 93 ◦ blue 128

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

Shades of Chambray #515D80

Tints of Chambray #515D80

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.79%

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

R = 26.82%
G = 30.79%
B = 42.38%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#515D80 (or 0x515D80) is known color: Chambray. HEX triplet: 51, 5D and 80. RGB value is (81,93,128). Sum of RGB (Red+Green+Blue) = 81+93+128=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 128 - color contains mainly: blue. Hex color #515D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515D80 is #AEA27F. Grayscale: #5D5D5D. Windows color (decimal): -11444864 or 8412497. OLE color: 8412497.

HSL color Cylindrical-coordinate representation of color #515D80: hue angle of 224.68º 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 #515D80 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 93 128 -
CMYK 0.37 0.27 0 0.50
HSL 224.68º 0.22% 0.41% -
HSV(B) 224.68º 0.37% 0.5% -
XYZ 11.2 11.14 21.98 -
YUV 93.4 147.52 119.15 -
System Red Green Blue C M Y K H S L
Decimal 81 93 128 0.37 0.27 0 0.50 224.68 0.22 0.41
Hex 51 5D 80 25 1B 0 32 E1 16 29
Octal 121 135 200 45 33 0 62 341 26 51
Binary 1010001 1011101 10000000 100101 11011 0 110010 11100001 10110 101001

Color Harmonies of #515D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515D80

Black with #515D80

Text Example


Text Example

White with #515D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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