Html Css Color HEX #515E77 Chambray

📋 copy color: '#515E77'

red 81 ◦ green 94 ◦ blue 119

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

Shades of Chambray #515E77

Tints of Chambray #515E77

RGB

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

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

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

R = 27.55%
G = 31.97%
B = 40.48%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#515E77 (or 0x515E77) is known color: Chambray. HEX triplet: 51, 5E and 77. RGB value is (81,94,119). Sum of RGB (Red+Green+Blue) = 81+94+119=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 119 - color contains mainly: blue. Hex color #515E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515E77 is #AEA188. Grayscale: #5C5C5C. Windows color (decimal): -11444617 or 7822929. OLE color: 7822929.

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

Color convert

RGB 81 94 119 -
CMYK 0.32 0.21 0 0.53
HSL 219.47º 0.19% 0.39% -
HSV(B) 219.47º 0.32% 0.47% -
XYZ 10.73 11.09 19.03 -
YUV 92.96 142.69 119.47 -
System Red Green Blue C M Y K H S L
Decimal 81 94 119 0.32 0.21 0 0.53 219.47 0.19 0.39
Hex 51 5E 77 20 15 0 35 DB 13 27
Octal 121 136 167 40 25 0 65 333 23 47
Binary 1010001 1011110 1110111 100000 10101 0 110101 11011011 10011 100111

Color Harmonies of #515E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515E77

Black with #515E77

Text Example


Text Example

White with #515E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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