Html Css Color HEX #515970 East Bay

📋 copy color: '#515970'

red 81 ◦ green 89 ◦ blue 112

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

Shades of East Bay #515970

Tints of East Bay #515970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.72%

R = 28.72%
G = 31.56%
B = 39.72%

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

#515970 (or 0x515970) is known color: East Bay. HEX triplet: 51, 59 and 70. RGB value is (81,89,112). Sum of RGB (Red+Green+Blue) = 81+89+112=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 112 - color contains mainly: blue. Hex color #515970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515970 is #AEA68F. Grayscale: #595959. Windows color (decimal): -11445904 or 7362897. OLE color: 7362897.

HSL color Cylindrical-coordinate representation of color #515970: hue angle of 224.52º 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 #515970 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 89 112 -
CMYK 0.28 0.21 0 0.56
HSL 224.52º 0.16% 0.38% -
HSV(B) 224.52º 0.28% 0.44% -
XYZ 9.89 10.06 16.75 -
YUV 89.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 81 89 112 0.28 0.21 0 0.56 224.52 0.16 0.38
Hex 51 59 70 1C 15 0 38 E1 10 26
Octal 121 131 160 34 25 0 70 341 20 46
Binary 1010001 1011001 1110000 11100 10101 0 111000 11100001 10000 100110

Color Harmonies of #515970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515970

Black with #515970

Text Example


Text Example

White with #515970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515970; }

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

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

background-color css

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

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

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

border-color css

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

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

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