Html Css Color HEX #515777 East Bay

📋 copy color: '#515777'

red 81 ◦ green 87 ◦ blue 119

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

Shades of East Bay #515777

Tints of East Bay #515777

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.31%

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

R = 28.22%
G = 30.31%
B = 41.46%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#515777 (or 0x515777) is known color: East Bay. HEX triplet: 51, 57 and 77. RGB value is (81,87,119). Sum of RGB (Red+Green+Blue) = 81+87+119=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: blue. Hex color #515777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515777 is #AEA888. Grayscale: #585858. Windows color (decimal): -11446409 or 7821137. OLE color: 7821137.

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

Color convert

RGB 81 87 119 -
CMYK 0.32 0.27 0 0.53
HSL 230.53º 0.19% 0.39% -
HSV(B) 230.53º 0.32% 0.47% -
XYZ 10.13 9.9 18.83 -
YUV 88.85 145.01 122.4 -
System Red Green Blue C M Y K H S L
Decimal 81 87 119 0.32 0.27 0 0.53 230.53 0.19 0.39
Hex 51 57 77 20 1B 0 35 E7 13 27
Octal 121 127 167 40 33 0 65 347 23 47
Binary 1010001 1010111 1110111 100000 11011 0 110101 11100111 10011 100111

Color Harmonies of #515777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515777

Black with #515777

Text Example


Text Example

White with #515777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515777; }

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

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

background-color css

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

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

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

border-color css

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

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

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