Html Css Color HEX #515477 East Bay

📋 copy color: '#515477'

red 81 ◦ green 84 ◦ blue 119

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

Shades of East Bay #515477

Tints of East Bay #515477

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.58%

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

R = 28.52%
G = 29.58%
B = 41.9%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#515477 (or 0x515477) is known color: East Bay. HEX triplet: 51, 54 and 77. RGB value is (81,84,119). Sum of RGB (Red+Green+Blue) = 81+84+119=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #515477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515477 is #AEAB88. Grayscale: #565656. Windows color (decimal): -11447177 or 7820369. OLE color: 7820369.

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

Color convert

RGB 81 84 119 -
CMYK 0.32 0.29 0 0.53
HSL 235.26º 0.19% 0.39% -
HSV(B) 235.26º 0.32% 0.47% -
XYZ 9.89 9.42 18.75 -
YUV 87.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 81 84 119 0.32 0.29 0 0.53 235.26 0.19 0.39
Hex 51 54 77 20 1D 0 35 EB 13 27
Octal 121 124 167 40 35 0 65 353 23 47
Binary 1010001 1010100 1110111 100000 11101 0 110101 11101011 10011 100111

Color Harmonies of #515477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515477

Black with #515477

Text Example


Text Example

White with #515477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515477; }

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

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

background-color css

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

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

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

border-color css

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

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

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