Html Css Color HEX #515374 East Bay

📋 copy color: '#515374'

red 81 ◦ green 83 ◦ blue 116

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

Shades of East Bay #515374

Tints of East Bay #515374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.64%

 BLUE value IS 116 (45.7% from 255) = 41.43%

R = 28.93%
G = 29.64%
B = 41.43%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#515374 (or 0x515374) is known color: East Bay. HEX triplet: 51, 53 and 74. RGB value is (81,83,116). Sum of RGB (Red+Green+Blue) = 81+83+116=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 116 - color contains mainly: blue. Hex color #515374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515374 is #AEAC8B. Grayscale: #565656. Windows color (decimal): -11447436 or 7623505. OLE color: 7623505.

HSL color Cylindrical-coordinate representation of color #515374: hue angle of 236.57º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #515374 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 83 116 -
CMYK 0.30 0.28 0 0.55
HSL 236.57º 0.18% 0.39% -
HSV(B) 236.57º 0.3% 0.45% -
XYZ 9.64 9.2 17.79 -
YUV 86.16 144.84 124.32 -
System Red Green Blue C M Y K H S L
Decimal 81 83 116 0.30 0.28 0 0.55 236.57 0.18 0.39
Hex 51 53 74 1E 1C 0 37 ED 12 27
Octal 121 123 164 36 34 0 67 355 22 47
Binary 1010001 1010011 1110100 11110 11100 0 110111 11101101 10010 100111

Color Harmonies of #515374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515374

Black with #515374

Text Example


Text Example

White with #515374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515374; }

 p { color: rgb(81,83,116); }

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

background-color css

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

 a { background-color: rgb(81,83,116); }

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

border-color css

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

 span { border-color: rgb(81,83,116); }

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