#505492

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

Shades of Governor Bay #505492

Tints of Governor Bay #505492

Color information

#505492 (or 0x505492) is unknown color: approx Governor Bay. HEX triplet: 50, 54 and 92. RGB value is (80,84,146). Sum of RGB (Red+Green+Blue) = 80+84+146=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #505492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505492 is #AFAB6D. Grayscale: #595959. Windows color (decimal): -11512686 or 9589840. OLE color: 9589840.

HSL color Cylindrical-coordinate representation of color #505492: hue angle of 236.36º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #505492 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8084146-
CMYK0.450.4200.43
HSL236.36º29.2%44.31%-
HSV(B)236.36º45.21%57.25%-
XYZ11.6710.1228.53-
YUV89.87159.67120.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.81%
GREEN value IS 84 (33.20% from 255) = 27.10%
BLUE value IS 146 (57.42% from 255) = 47.10%
R=25.81%
G=27.10%
B=47.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80841460.450.4200.43236.3629.244.31
Hex5054922D2A02Bec1d2c
Octal12012422255520533543554
Binary101000010101001001001010110110101001010111110110011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505492; }

 p { color: rgb(80,84,146); }

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

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

 a { background-color: rgb(80,84,146); }

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

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

 span { border-color: rgb(80,84,146); }

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