Html Css Color HEX #515D76 Chambray

📋 copy color: '#515D76'

red 81 ◦ green 93 ◦ blue 118

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

Shades of Chambray #515D76

Tints of Chambray #515D76

RGB

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

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

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

R = 27.74%
G = 31.85%
B = 40.41%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#515D76 (or 0x515D76) is known color: Chambray. HEX triplet: 51, 5D and 76. RGB value is (81,93,118). Sum of RGB (Red+Green+Blue) = 81+93+118=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 118 - color contains mainly: blue. Hex color #515D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515D76 is #AEA289. Grayscale: #5C5C5C. Windows color (decimal): -11444874 or 7757137. OLE color: 7757137.

HSL color Cylindrical-coordinate representation of color #515D76: hue angle of 220.54º 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 #515D76 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 93 118 -
CMYK 0.31 0.21 0 0.54
HSL 220.54º 0.19% 0.39% -
HSV(B) 220.54º 0.31% 0.46% -
XYZ 10.58 10.89 18.68 -
YUV 92.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 81 93 118 0.31 0.21 0 0.54 220.54 0.19 0.39
Hex 51 5D 76 1F 15 0 36 DD 13 27
Octal 121 135 166 37 25 0 66 335 23 47
Binary 1010001 1011101 1110110 11111 10101 0 110110 11011101 10011 100111

Color Harmonies of #515D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515D76

Black with #515D76

Text Example


Text Example

White with #515D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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