Html Css Color HEX #505273 East Bay

📋 copy color: '#505273'

red 80 ◦ green 82 ◦ blue 115

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

Shades of East Bay #505273

Tints of East Bay #505273

RGB

 RED value IS 80 (31.64% from 255) = 28.88%

 GREEN value IS 82 (32.42% from 255) = 29.6%

 BLUE value IS 115 (45.31% from 255) = 41.52%

R = 28.88%
G = 29.6%
B = 41.52%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#505273 (or 0x505273) is known color: East Bay. HEX triplet: 50, 52 and 73. RGB value is (80,82,115). Sum of RGB (Red+Green+Blue) = 80+82+115=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 115 - color contains mainly: blue. Hex color #505273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505273 is #AFAD8C. Grayscale: #555555. Windows color (decimal): -11513229 or 7557712. OLE color: 7557712.

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

Color convert

RGB 80 82 115 -
CMYK 0.30 0.29 0 0.55
HSL 236.57º 0.18% 0.38% -
HSV(B) 236.57º 0.3% 0.45% -
XYZ 9.42 8.98 17.46 -
YUV 85.16 144.84 124.32 -
System Red Green Blue C M Y K H S L
Decimal 80 82 115 0.30 0.29 0 0.55 236.57 0.18 0.38
Hex 50 52 73 1E 1D 0 37 ED 12 26
Octal 120 122 163 36 35 0 67 355 22 46
Binary 1010000 1010010 1110011 11110 11101 0 110111 11101101 10010 100110

Color Harmonies of #505273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505273

Black with #505273

Text Example


Text Example

White with #505273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505273; }

 p { color: rgb(80,82,115); }

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

background-color css

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

 a { background-color: rgb(80,82,115); }

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

border-color css

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

 span { border-color: rgb(80,82,115); }

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