Html Css Color HEX #515675 East Bay

📋 copy color: '#515675'

red 81 ◦ green 86 ◦ blue 117

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

Shades of East Bay #515675

Tints of East Bay #515675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.2%

R = 28.52%
G = 30.28%
B = 41.2%

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

#515675 (or 0x515675) is known color: East Bay. HEX triplet: 51, 56 and 75. RGB value is (81,86,117). Sum of RGB (Red+Green+Blue) = 81+86+117=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 117 - color contains mainly: blue. Hex color #515675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515675 is #AEA98A. Grayscale: #575757. Windows color (decimal): -11446667 or 7689809. OLE color: 7689809.

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

Color convert

RGB 81 86 117 -
CMYK 0.31 0.26 0 0.54
HSL 231.67º 0.18% 0.39% -
HSV(B) 231.67º 0.31% 0.46% -
XYZ 9.93 9.69 18.18 -
YUV 88.04 144.34 122.98 -
System Red Green Blue C M Y K H S L
Decimal 81 86 117 0.31 0.26 0 0.54 231.67 0.18 0.39
Hex 51 56 75 1F 1A 0 36 E8 12 27
Octal 121 126 165 37 32 0 66 350 22 47
Binary 1010001 1010110 1110101 11111 11010 0 110110 11101000 10010 100111

Color Harmonies of #515675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515675

Black with #515675

Text Example


Text Example

White with #515675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515675; }

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

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

background-color css

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

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

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

border-color css

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

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

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