Html Css Color HEX #515E76 Chambray

📋 copy color: '#515E76'

red 81 ◦ green 94 ◦ blue 118

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

Shades of Chambray #515E76

Tints of Chambray #515E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40.27%

R = 27.65%
G = 32.08%
B = 40.27%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#515E76 (or 0x515E76) is known color: Chambray. HEX triplet: 51, 5E and 76. RGB value is (81,94,118). Sum of RGB (Red+Green+Blue) = 81+94+118=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 118 - color contains mainly: blue. Hex color #515E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515E76 is #AEA189. Grayscale: #5C5C5C. Windows color (decimal): -11444618 or 7757393. OLE color: 7757393.

HSL color Cylindrical-coordinate representation of color #515E76: hue angle of 218.92º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #515E76 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 94 118 -
CMYK 0.31 0.20 0 0.54
HSL 218.92º 0.19% 0.39% -
HSV(B) 218.92º 0.31% 0.46% -
XYZ 10.67 11.06 18.71 -
YUV 92.85 142.19 119.55 -
System Red Green Blue C M Y K H S L
Decimal 81 94 118 0.31 0.20 0 0.54 218.92 0.19 0.39
Hex 51 5E 76 1F 14 0 36 DB 13 27
Octal 121 136 166 37 24 0 66 333 23 47
Binary 1010001 1011110 1110110 11111 10100 0 110110 11011011 10011 100111

Color Harmonies of #515E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515E76

Black with #515E76

Text Example


Text Example

White with #515E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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