Html Css Color HEX #505778 East Bay

📋 copy color: '#505778'

red 80 ◦ green 87 ◦ blue 120

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

Shades of East Bay #505778

Tints of East Bay #505778

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.31%

 BLUE value IS 120 (47.27% from 255) = 41.81%

R = 27.87%
G = 30.31%
B = 41.81%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#505778 (or 0x505778) is known color: East Bay. HEX triplet: 50, 57 and 78. RGB value is (80,87,120). Sum of RGB (Red+Green+Blue) = 80+87+120=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 120 - color contains mainly: blue. Hex color #505778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505778 is #AFA887. Grayscale: #585858. Windows color (decimal): -11511944 or 7886672. OLE color: 7886672.

HSL color Cylindrical-coordinate representation of color #505778: hue angle of 229.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #505778 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 87 120 -
CMYK 0.33 0.28 0 0.53
HSL 229.5º 0.2% 0.39% -
HSV(B) 229.5º 0.33% 0.47% -
XYZ 10.11 9.88 19.14 -
YUV 88.67 145.68 121.82 -
System Red Green Blue C M Y K H S L
Decimal 80 87 120 0.33 0.28 0 0.53 229.5 0.2 0.39
Hex 50 57 78 21 1C 0 35 E6 14 27
Octal 120 127 170 41 34 0 65 346 24 47
Binary 1010000 1010111 1111000 100001 11100 0 110101 11100110 10100 100111

Color Harmonies of #505778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505778

Black with #505778

Text Example


Text Example

White with #505778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505778; }

 p { color: rgb(80,87,120); }

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

background-color css

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

 a { background-color: rgb(80,87,120); }

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

border-color css

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

 span { border-color: rgb(80,87,120); }

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