Html Css Color HEX #505875 East Bay

📋 copy color: '#505875'

red 80 ◦ green 88 ◦ blue 117

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

Shades of East Bay #505875

Tints of East Bay #505875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.05%

R = 28.07%
G = 30.88%
B = 41.05%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#505875 (or 0x505875) is known color: East Bay. HEX triplet: 50, 58 and 75. RGB value is (80,88,117). Sum of RGB (Red+Green+Blue) = 80+88+117=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: blue. Hex color #505875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505875 is #AFA78A. Grayscale: #585858. Windows color (decimal): -11511691 or 7690320. OLE color: 7690320.

HSL color Cylindrical-coordinate representation of color #505875: hue angle of 227.03º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #505875 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 88 117 -
CMYK 0.32 0.25 0 0.54
HSL 227.03º 0.19% 0.39% -
HSV(B) 227.03º 0.32% 0.46% -
XYZ 10.01 9.97 18.23 -
YUV 88.91 143.85 121.64 -
System Red Green Blue C M Y K H S L
Decimal 80 88 117 0.32 0.25 0 0.54 227.03 0.19 0.39
Hex 50 58 75 20 19 0 36 E3 13 27
Octal 120 130 165 40 31 0 66 343 23 47
Binary 1010000 1011000 1110101 100000 11001 0 110110 11100011 10011 100111

Color Harmonies of #505875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505875

Black with #505875

Text Example


Text Example

White with #505875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505875; }

 p { color: rgb(80,88,117); }

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

background-color css

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

 a { background-color: rgb(80,88,117); }

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

border-color css

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

 span { border-color: rgb(80,88,117); }

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