Html Css Color HEX #515673 East Bay

📋 copy color: '#515673'

red 81 ◦ green 86 ◦ blue 115

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

Shades of East Bay #515673

Tints of East Bay #515673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.78%

R = 28.72%
G = 30.5%
B = 40.78%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#515673 (or 0x515673) is known color: East Bay. HEX triplet: 51, 56 and 73. RGB value is (81,86,115). Sum of RGB (Red+Green+Blue) = 81+86+115=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #515673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515673 is #AEA98C. Grayscale: #575757. Windows color (decimal): -11446669 or 7558737. OLE color: 7558737.

HSL color Cylindrical-coordinate representation of color #515673: hue angle of 231.18º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #515673 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 86 115 -
CMYK 0.30 0.25 0 0.55
HSL 231.18º 0.17% 0.38% -
HSV(B) 231.18º 0.3% 0.45% -
XYZ 9.82 9.64 17.56 -
YUV 87.81 143.34 123.14 -
System Red Green Blue C M Y K H S L
Decimal 81 86 115 0.30 0.25 0 0.55 231.18 0.17 0.38
Hex 51 56 73 1E 19 0 37 E7 11 26
Octal 121 126 163 36 31 0 67 347 21 46
Binary 1010001 1010110 1110011 11110 11001 0 110111 11100111 10001 100110

Color Harmonies of #515673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515673

Black with #515673

Text Example


Text Example

White with #515673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515673; }

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

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

background-color css

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

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

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

border-color css

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

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

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