Html Css Color HEX #505772 East Bay

📋 copy color: '#505772'

red 80 ◦ green 87 ◦ blue 114

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

Shades of East Bay #505772

Tints of East Bay #505772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.57%

R = 28.47%
G = 30.96%
B = 40.57%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#505772 (or 0x505772) is known color: East Bay. HEX triplet: 50, 57 and 72. RGB value is (80,87,114). Sum of RGB (Red+Green+Blue) = 80+87+114=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #505772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505772 is #AFA88D. Grayscale: #575757. Windows color (decimal): -11511950 or 7493456. OLE color: 7493456.

HSL color Cylindrical-coordinate representation of color #505772: hue angle of 227.65º 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 #505772 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 87 114 -
CMYK 0.30 0.24 0 0.55
HSL 227.65º 0.18% 0.38% -
HSV(B) 227.65º 0.3% 0.45% -
XYZ 9.75 9.74 17.28 -
YUV 87.99 142.68 122.3 -
System Red Green Blue C M Y K H S L
Decimal 80 87 114 0.30 0.24 0 0.55 227.65 0.18 0.38
Hex 50 57 72 1E 18 0 37 E4 12 26
Octal 120 127 162 36 30 0 67 344 22 46
Binary 1010000 1010111 1110010 11110 11000 0 110111 11100100 10010 100110

Color Harmonies of #505772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505772

Black with #505772

Text Example


Text Example

White with #505772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505772; }

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

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

background-color css

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

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

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

border-color css

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

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

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