Html Css Color HEX #515D77 Chambray

📋 copy color: '#515D77'

red 81 ◦ green 93 ◦ blue 119

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

Shades of Chambray #515D77

Tints of Chambray #515D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.61%

R = 27.65%
G = 31.74%
B = 40.61%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#515D77 (or 0x515D77) is known color: Chambray. HEX triplet: 51, 5D and 77. RGB value is (81,93,119). Sum of RGB (Red+Green+Blue) = 81+93+119=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 119 - color contains mainly: blue. Hex color #515D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515D77 is #AEA288. Grayscale: #5C5C5C. Windows color (decimal): -11444873 or 7822673. OLE color: 7822673.

HSL color Cylindrical-coordinate representation of color #515D77: hue angle of 221.05º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #515D77 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 93 119 -
CMYK 0.32 0.22 0 0.53
HSL 221.05º 0.19% 0.39% -
HSV(B) 221.05º 0.32% 0.47% -
XYZ 10.64 10.91 19 -
YUV 92.38 143.02 119.89 -
System Red Green Blue C M Y K H S L
Decimal 81 93 119 0.32 0.22 0 0.53 221.05 0.19 0.39
Hex 51 5D 77 20 16 0 35 DD 13 27
Octal 121 135 167 40 26 0 65 335 23 47
Binary 1010001 1011101 1110111 100000 10110 0 110101 11011101 10011 100111

Color Harmonies of #515D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515D77

Black with #515D77

Text Example


Text Example

White with #515D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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