Html Css Color HEX #515876 East Bay

📋 copy color: '#515876'

red 81 ◦ green 88 ◦ blue 118

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

Shades of East Bay #515876

Tints of East Bay #515876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.11%

R = 28.22%
G = 30.66%
B = 41.11%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#515876 (or 0x515876) is known color: East Bay. HEX triplet: 51, 58 and 76. RGB value is (81,88,118). Sum of RGB (Red+Green+Blue) = 81+88+118=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 118 - color contains mainly: blue. Hex color #515876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515876 is #AEA789. Grayscale: #595959. Windows color (decimal): -11446154 or 7755857. OLE color: 7755857.

HSL color Cylindrical-coordinate representation of color #515876: hue angle of 228.65º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #515876 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 88 118 -
CMYK 0.31 0.25 0 0.54
HSL 228.65º 0.19% 0.39% -
HSV(B) 228.65º 0.31% 0.46% -
XYZ 10.15 10.04 18.54 -
YUV 89.33 144.18 122.06 -
System Red Green Blue C M Y K H S L
Decimal 81 88 118 0.31 0.25 0 0.54 228.65 0.19 0.39
Hex 51 58 76 1F 19 0 36 E5 13 27
Octal 121 130 166 37 31 0 66 345 23 47
Binary 1010001 1011000 1110110 11111 11001 0 110110 11100101 10011 100111

Color Harmonies of #515876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515876

Black with #515876

Text Example


Text Example

White with #515876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515876; }

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

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

background-color css

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

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

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

border-color css

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

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

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