#505585

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

Shades of Governor Bay #505585

Tints of Governor Bay #505585

Color information

#505585 (or 0x505585) is unknown color: approx Governor Bay. HEX triplet: 50, 55 and 85. RGB value is (80,85,133). Sum of RGB (Red+Green+Blue) = 80+85+133=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #505585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505585 is #AFAA7A. Grayscale: #585858. Windows color (decimal): -11512443 or 8738128. OLE color: 8738128.

HSL color Cylindrical-coordinate representation of color #505585: hue angle of 234.34º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #505585 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8085133-
CMYK0.400.3600.48
HSL234.34º24.88%41.76%-
HSV(B)234.34º39.85%52.16%-
XYZ10.799.923.53-
YUV88.98152.84121.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.85%
GREEN value IS 85 (33.59% from 255) = 28.52%
BLUE value IS 133 (52.34% from 255) = 44.63%
R=26.85%
G=28.52%
B=44.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80851330.400.3600.48234.3424.8841.76
Hex5055852824030ea192a
Octal12012520550440603523152
Binary101000010101011000010110100010010001100001110101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505585; }

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

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

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

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

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

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

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

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