Html Css Color HEX #515670 East Bay

📋 copy color: '#515670'

red 81 ◦ green 86 ◦ blue 112

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

Shades of East Bay #515670

Tints of East Bay #515670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.14%

R = 29.03%
G = 30.82%
B = 40.14%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#515670 (or 0x515670) is known color: East Bay. HEX triplet: 51, 56 and 70. RGB value is (81,86,112). Sum of RGB (Red+Green+Blue) = 81+86+112=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 112 - color contains mainly: blue. Hex color #515670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515670 is #AEA98F. Grayscale: #575757. Windows color (decimal): -11446672 or 7362129. OLE color: 7362129.

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

Color convert

RGB 81 86 112 -
CMYK 0.28 0.23 0 0.56
HSL 230.32º 0.16% 0.38% -
HSV(B) 230.32º 0.28% 0.44% -
XYZ 9.65 9.57 16.67 -
YUV 87.47 141.84 123.39 -
System Red Green Blue C M Y K H S L
Decimal 81 86 112 0.28 0.23 0 0.56 230.32 0.16 0.38
Hex 51 56 70 1C 17 0 38 E6 10 26
Octal 121 126 160 34 27 0 70 346 20 46
Binary 1010001 1010110 1110000 11100 10111 0 111000 11100110 10000 100110

Color Harmonies of #515670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515670

Black with #515670

Text Example


Text Example

White with #515670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515670; }

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

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

background-color css

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

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

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

border-color css

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

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

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