Html Css Color HEX #515872 East Bay

📋 copy color: '#515872'

red 81 ◦ green 88 ◦ blue 114

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

Shades of East Bay #515872

Tints of East Bay #515872

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.1%

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

R = 28.62%
G = 31.1%
B = 40.28%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#515872 (or 0x515872) is known color: East Bay. HEX triplet: 51, 58 and 72. RGB value is (81,88,114). Sum of RGB (Red+Green+Blue) = 81+88+114=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #515872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515872 is #AEA78D. Grayscale: #585858. Windows color (decimal): -11446158 or 7493713. OLE color: 7493713.

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

Color convert

RGB 81 88 114 -
CMYK 0.29 0.23 0 0.55
HSL 227.27º 0.17% 0.38% -
HSV(B) 227.27º 0.29% 0.45% -
XYZ 9.92 9.94 17.32 -
YUV 88.87 142.18 122.39 -
System Red Green Blue C M Y K H S L
Decimal 81 88 114 0.29 0.23 0 0.55 227.27 0.17 0.38
Hex 51 58 72 1D 17 0 37 E3 11 26
Octal 121 130 162 35 27 0 67 343 21 46
Binary 1010001 1011000 1110010 11101 10111 0 110111 11100011 10001 100110

Color Harmonies of #515872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515872

Black with #515872

Text Example


Text Example

White with #515872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515872; }

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

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

background-color css

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

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

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

border-color css

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

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

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