Html Css Color HEX #515572 East Bay

📋 copy color: '#515572'

red 81 ◦ green 85 ◦ blue 114

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

Shades of East Bay #515572

Tints of East Bay #515572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.36%

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

R = 28.93%
G = 30.36%
B = 40.71%

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

#515572 (or 0x515572) is known color: East Bay. HEX triplet: 51, 55 and 72. RGB value is (81,85,114). Sum of RGB (Red+Green+Blue) = 81+85+114=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 114 - color contains mainly: blue. Hex color #515572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515572 is #AEAA8D. Grayscale: #565656. Windows color (decimal): -11446926 or 7492945. OLE color: 7492945.

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

Color convert

RGB 81 85 114 -
CMYK 0.29 0.25 0 0.55
HSL 232.73º 0.17% 0.38% -
HSV(B) 232.73º 0.29% 0.45% -
XYZ 9.68 9.46 17.24 -
YUV 87.11 143.17 123.64 -
System Red Green Blue C M Y K H S L
Decimal 81 85 114 0.29 0.25 0 0.55 232.73 0.17 0.38
Hex 51 55 72 1D 19 0 37 E9 11 26
Octal 121 125 162 35 31 0 67 351 21 46
Binary 1010001 1010101 1110010 11101 11001 0 110111 11101001 10001 100110

Color Harmonies of #515572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515572

Black with #515572

Text Example


Text Example

White with #515572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515572; }

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

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

background-color css

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

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

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

border-color css

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

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

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