Html Css Color HEX #515571 East Bay

📋 copy color: '#515571'

red 81 ◦ green 85 ◦ blue 113

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

Shades of East Bay #515571

Tints of East Bay #515571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.5%

R = 29.03%
G = 30.47%
B = 40.5%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#515571 (or 0x515571) is known color: East Bay. HEX triplet: 51, 55 and 71. RGB value is (81,85,113). Sum of RGB (Red+Green+Blue) = 81+85+113=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 113 - color contains mainly: blue. Hex color #515571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515571 is #AEAA8E. Grayscale: #565656. Windows color (decimal): -11446927 or 7427409. OLE color: 7427409.

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

Color convert

RGB 81 85 113 -
CMYK 0.28 0.25 0 0.56
HSL 232.5º 0.16% 0.38% -
HSV(B) 232.5º 0.28% 0.44% -
XYZ 9.62 9.44 16.94 -
YUV 87 142.67 123.72 -
System Red Green Blue C M Y K H S L
Decimal 81 85 113 0.28 0.25 0 0.56 232.5 0.16 0.38
Hex 51 55 71 1C 19 0 38 E8 10 26
Octal 121 125 161 34 31 0 70 350 20 46
Binary 1010001 1010101 1110001 11100 11001 0 111000 11101000 10000 100110

Color Harmonies of #515571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515571

Black with #515571

Text Example


Text Example

White with #515571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515571; }

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

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

background-color css

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

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

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

border-color css

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

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

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