Html Css Color HEX #515576 East Bay

📋 copy color: '#515576'

red 81 ◦ green 85 ◦ blue 118

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

Shades of East Bay #515576

Tints of East Bay #515576

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.93%

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

R = 28.52%
G = 29.93%
B = 41.55%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#515576 (or 0x515576) is known color: East Bay. HEX triplet: 51, 55 and 76. RGB value is (81,85,118). Sum of RGB (Red+Green+Blue) = 81+85+118=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 118 - color contains mainly: blue. Hex color #515576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515576 is #AEAA89. Grayscale: #575757. Windows color (decimal): -11446922 or 7755089. OLE color: 7755089.

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

Color convert

RGB 81 85 118 -
CMYK 0.31 0.28 0 0.54
HSL 233.51º 0.19% 0.39% -
HSV(B) 233.51º 0.31% 0.46% -
XYZ 9.91 9.55 18.46 -
YUV 87.57 145.17 123.32 -
System Red Green Blue C M Y K H S L
Decimal 81 85 118 0.31 0.28 0 0.54 233.51 0.19 0.39
Hex 51 55 76 1F 1C 0 36 EA 13 27
Octal 121 125 166 37 34 0 66 352 23 47
Binary 1010001 1010101 1110110 11111 11100 0 110110 11101010 10011 100111

Color Harmonies of #515576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515576

Black with #515576

Text Example


Text Example

White with #515576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515576; }

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

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

background-color css

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

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

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

border-color css

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

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

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