Html Css Color HEX #515671 East Bay

📋 copy color: '#515671'

red 81 ◦ green 86 ◦ blue 113

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

Shades of East Bay #515671

Tints of East Bay #515671

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.71%

 BLUE value IS 113 (44.53% from 255) = 40.36%

R = 28.93%
G = 30.71%
B = 40.36%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#515671 (or 0x515671) is known color: East Bay. HEX triplet: 51, 56 and 71. RGB value is (81,86,113). Sum of RGB (Red+Green+Blue) = 81+86+113=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #515671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515671 is #AEA98E. Grayscale: #575757. Windows color (decimal): -11446671 or 7427665. OLE color: 7427665.

HSL color Cylindrical-coordinate representation of color #515671: hue angle of 230.62º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #515671 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 86 113 -
CMYK 0.28 0.24 0 0.56
HSL 230.63º 0.16% 0.38% -
HSV(B) 230.63º 0.28% 0.44% -
XYZ 9.7 9.6 16.96 -
YUV 87.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 81 86 113 0.28 0.24 0 0.56 230.63 0.16 0.38
Hex 51 56 71 1C 18 0 38 E7 10 26
Octal 121 126 161 34 30 0 70 347 20 46
Binary 1010001 1010110 1110001 11100 11000 0 111000 11100111 10000 100110

Color Harmonies of #515671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515671

Black with #515671

Text Example


Text Example

White with #515671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515671; }

 p { color: rgb(81,86,113); }

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

background-color css

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

 a { background-color: rgb(81,86,113); }

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

border-color css

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

 span { border-color: rgb(81,86,113); }

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