Html Css Color HEX #515776 East Bay

📋 copy color: '#515776'

red 81 ◦ green 87 ◦ blue 118

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

Shades of East Bay #515776

Tints of East Bay #515776

RGB

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

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

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

R = 28.32%
G = 30.42%
B = 41.26%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#515776 (or 0x515776) is known color: East Bay. HEX triplet: 51, 57 and 76. RGB value is (81,87,118). Sum of RGB (Red+Green+Blue) = 81+87+118=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 118 - color contains mainly: blue. Hex color #515776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515776 is #AEA889. Grayscale: #585858. Windows color (decimal): -11446410 or 7755601. OLE color: 7755601.

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

Color convert

RGB 81 87 118 -
CMYK 0.31 0.26 0 0.54
HSL 230.27º 0.19% 0.39% -
HSV(B) 230.27º 0.31% 0.46% -
XYZ 10.07 9.87 18.51 -
YUV 88.74 144.51 122.48 -
System Red Green Blue C M Y K H S L
Decimal 81 87 118 0.31 0.26 0 0.54 230.27 0.19 0.39
Hex 51 57 76 1F 1A 0 36 E6 13 27
Octal 121 127 166 37 32 0 66 346 23 47
Binary 1010001 1010111 1110110 11111 11010 0 110110 11100110 10011 100111

Color Harmonies of #515776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515776

Black with #515776

Text Example


Text Example

White with #515776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515776; }

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

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

background-color css

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

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

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

border-color css

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

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

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