Html Css Color HEX #515672 East Bay

📋 copy color: '#515672'

red 81 ◦ green 86 ◦ blue 114

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

Shades of East Bay #515672

Tints of East Bay #515672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.57%

R = 28.83%
G = 30.6%
B = 40.57%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#515672 (or 0x515672) is known color: East Bay. HEX triplet: 51, 56 and 72. RGB value is (81,86,114). Sum of RGB (Red+Green+Blue) = 81+86+114=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #515672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515672 is #AEA98D. Grayscale: #575757. Windows color (decimal): -11446670 or 7493201. OLE color: 7493201.

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

Color convert

RGB 81 86 114 -
CMYK 0.29 0.25 0 0.55
HSL 230.91º 0.17% 0.38% -
HSV(B) 230.91º 0.29% 0.45% -
XYZ 9.76 9.62 17.26 -
YUV 87.7 142.84 123.22 -
System Red Green Blue C M Y K H S L
Decimal 81 86 114 0.29 0.25 0 0.55 230.91 0.17 0.38
Hex 51 56 72 1D 19 0 37 E7 11 26
Octal 121 126 162 35 31 0 67 347 21 46
Binary 1010001 1010110 1110010 11101 11001 0 110111 11100111 10001 100110

Color Harmonies of #515672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515672

Black with #515672

Text Example


Text Example

White with #515672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515672; }

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

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

background-color css

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

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

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

border-color css

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

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

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