Html Css Color HEX #515877 East Bay

📋 copy color: '#515877'

red 81 ◦ green 88 ◦ blue 119

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

Shades of East Bay #515877

Tints of East Bay #515877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.56%

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

R = 28.13%
G = 30.56%
B = 41.32%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#515877 (or 0x515877) is known color: East Bay. HEX triplet: 51, 58 and 77. RGB value is (81,88,119). Sum of RGB (Red+Green+Blue) = 81+88+119=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 119 - color contains mainly: blue. Hex color #515877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515877 is #AEA788. Grayscale: #595959. Windows color (decimal): -11446153 or 7821393. OLE color: 7821393.

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

Color convert

RGB 81 88 119 -
CMYK 0.32 0.26 0 0.53
HSL 228.95º 0.19% 0.39% -
HSV(B) 228.95º 0.32% 0.47% -
XYZ 10.21 10.06 18.86 -
YUV 89.44 144.68 121.98 -
System Red Green Blue C M Y K H S L
Decimal 81 88 119 0.32 0.26 0 0.53 228.95 0.19 0.39
Hex 51 58 77 20 1A 0 35 E5 13 27
Octal 121 130 167 40 32 0 65 345 23 47
Binary 1010001 1011000 1110111 100000 11010 0 110101 11100101 10011 100111

Color Harmonies of #515877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515877

Black with #515877

Text Example


Text Example

White with #515877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515877; }

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

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

background-color css

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

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

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

border-color css

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

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

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