#505572

Color #505572 East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #505572

Tints of East Bay #505572

Color information

#505572 (or 0x505572) is unknown color: approx East Bay. HEX triplet: 50, 55 and 72. RGB value is (80,85,114). Sum of RGB (Red+Green+Blue) = 80+85+114=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #505572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505572 is #AFAA8D. Grayscale: #565656. Windows color (decimal): -11512462 or 7492944. OLE color: 7492944.

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

Color convert

RGB8085114-
CMYK0.300.2500.55
HSL231.18º17.53%38.04%-
HSV(B)231.18º29.82%44.71%-
XYZ9.599.4217.23-
YUV86.81143.34123.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 85 (33.59% from 255) = 30.47%
BLUE value IS 114 (44.92% from 255) = 40.86%
R=28.67%
G=30.47%
B=40.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80851140.300.2500.55231.1817.5338.04
Hex5055721E19037e71226
Octal12012516236310673472246
Binary101000010101011110010111101100101101111110011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505572; }

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

 H1.HeaderClassName
 {
   color: #505572;
 }
 .AnyTagClassName
 {
   color: #505572;
 }
</style>
background-color css

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

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

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

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

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

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