#505284

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

Shades of Governor Bay #505284

Tints of Governor Bay #505284

Color information

#505284 (or 0x505284) is unknown color: approx Governor Bay. HEX triplet: 50, 52 and 84. RGB value is (80,82,132). Sum of RGB (Red+Green+Blue) = 80+82+132=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 132 - color contains mainly: blue. Hex color #505284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505284 is #AFAD7B. Grayscale: #565656. Windows color (decimal): -11513212 or 8671824. OLE color: 8671824.

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

Color convert

RGB8082132-
CMYK0.390.3800.48
HSL237.69º24.53%41.57%-
HSV(B)237.69º39.39%51.76%-
XYZ10.499.4123.09-
YUV87.1153.34122.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.21%
GREEN value IS 82 (32.42% from 255) = 27.89%
BLUE value IS 132 (51.95% from 255) = 44.90%
R=27.21%
G=27.89%
B=44.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80821320.390.3800.48237.6924.5341.57
Hex5052842726030ee192a
Octal12012220447460603563152
Binary101000010100101000010010011110011001100001110111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505284; }

 p { color: rgb(80,82,132); }

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

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

 a { background-color: rgb(80,82,132); }

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

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

 span { border-color: rgb(80,82,132); }

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