Html Css Color HEX #515E73 Chambray

📋 copy color: '#515E73'

red 81 ◦ green 94 ◦ blue 115

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

Shades of Chambray #515E73

Tints of Chambray #515E73

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.41%

 BLUE value IS 115 (45.31% from 255) = 39.66%

R = 27.93%
G = 32.41%
B = 39.66%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#515E73 (or 0x515E73) is known color: Chambray. HEX triplet: 51, 5E and 73. RGB value is (81,94,115). Sum of RGB (Red+Green+Blue) = 81+94+115=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #515E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515E73 is #AEA18C. Grayscale: #5C5C5C. Windows color (decimal): -11444621 or 7560785. OLE color: 7560785.

HSL color Cylindrical-coordinate representation of color #515E73: hue angle of 217.06º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #515E73 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 94 115 -
CMYK 0.30 0.18 0 0.55
HSL 217.06º 0.17% 0.38% -
HSV(B) 217.06º 0.3% 0.45% -
XYZ 10.49 10.99 17.79 -
YUV 92.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 81 94 115 0.30 0.18 0 0.55 217.06 0.17 0.38
Hex 51 5E 73 1E 12 0 37 D9 11 26
Octal 121 136 163 36 22 0 67 331 21 46
Binary 1010001 1011110 1110011 11110 10010 0 110111 11011001 10001 100110

Color Harmonies of #515E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515E73

Black with #515E73

Text Example


Text Example

White with #515E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,94,115); }

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

background-color css

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

 a { background-color: rgb(81,94,115); }

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

border-color css

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

 span { border-color: rgb(81,94,115); }

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