Html Css Color HEX #515971 East Bay

📋 copy color: '#515971'

red 81 ◦ green 89 ◦ blue 113

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

Shades of East Bay #515971

Tints of East Bay #515971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.45%

 BLUE value IS 113 (44.53% from 255) = 39.93%

R = 28.62%
G = 31.45%
B = 39.93%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#515971 (or 0x515971) is known color: East Bay. HEX triplet: 51, 59 and 71. RGB value is (81,89,113). Sum of RGB (Red+Green+Blue) = 81+89+113=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 113 - color contains mainly: blue. Hex color #515971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515971 is #AEA68E. Grayscale: #595959. Windows color (decimal): -11445903 or 7428433. OLE color: 7428433.

HSL color Cylindrical-coordinate representation of color #515971: hue angle of 225º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #515971 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 89 113 -
CMYK 0.28 0.21 0 0.56
HSL 225º 0.16% 0.38% -
HSV(B) 225º 0.28% 0.44% -
XYZ 9.95 10.09 17.05 -
YUV 89.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 81 89 113 0.28 0.21 0 0.56 225 0.16 0.38
Hex 51 59 71 1C 15 0 38 E1 10 26
Octal 121 131 161 34 25 0 70 341 20 46
Binary 1010001 1011001 1110001 11100 10101 0 111000 11100001 10000 100110

Color Harmonies of #515971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515971

Black with #515971

Text Example


Text Example

White with #515971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515971; }

 p { color: rgb(81,89,113); }

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

background-color css

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

 a { background-color: rgb(81,89,113); }

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

border-color css

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

 span { border-color: rgb(81,89,113); }

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