Html Css Color HEX #515972 East Bay

📋 copy color: '#515972'

red 81 ◦ green 89 ◦ blue 114

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

Shades of East Bay #515972

Tints of East Bay #515972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.14%

R = 28.52%
G = 31.34%
B = 40.14%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#515972 (or 0x515972) is known color: East Bay. HEX triplet: 51, 59 and 72. RGB value is (81,89,114). Sum of RGB (Red+Green+Blue) = 81+89+114=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 114 - color contains mainly: blue. Hex color #515972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515972 is #AEA68D. Grayscale: #595959. Windows color (decimal): -11445902 or 7493969. OLE color: 7493969.

HSL color Cylindrical-coordinate representation of color #515972: hue angle of 225.45º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #515972 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 89 114 -
CMYK 0.29 0.22 0 0.55
HSL 225.45º 0.17% 0.38% -
HSV(B) 225.45º 0.29% 0.45% -
XYZ 10 10.11 17.34 -
YUV 89.46 141.85 121.97 -
System Red Green Blue C M Y K H S L
Decimal 81 89 114 0.29 0.22 0 0.55 225.45 0.17 0.38
Hex 51 59 72 1D 16 0 37 E1 11 26
Octal 121 131 162 35 26 0 67 341 21 46
Binary 1010001 1011001 1110010 11101 10110 0 110111 11100001 10001 100110

Color Harmonies of #515972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515972

Black with #515972

Text Example


Text Example

White with #515972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515972; }

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

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

background-color css

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

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

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

border-color css

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

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

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