#505A92

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

Shades of Governor Bay #505A92

Tints of Governor Bay #505A92

Color information

#505A92 (or 0x505A92) is unknown color: approx Governor Bay. HEX triplet: 50, 5A and 92. RGB value is (80,90,146). Sum of RGB (Red+Green+Blue) = 80+90+146=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #505A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505A92 is #AFA56D. Grayscale: #5D5D5D. Windows color (decimal): -11511150 or 9591376. OLE color: 9591376.

HSL color Cylindrical-coordinate representation of color #505A92: hue angle of 230.91º 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 #505A92 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8090146-
CMYK0.450.3800.43
HSL230.91º29.2%44.31%-
HSV(B)230.91º45.21%57.25%-
XYZ12.1511.0928.69-
YUV93.39157.69118.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.32%
GREEN value IS 90 (35.55% from 255) = 28.48%
BLUE value IS 146 (57.42% from 255) = 46.20%
R=25.32%
G=28.48%
B=46.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80901460.450.3800.43230.9129.244.31
Hex505A922D2602Be71d2c
Octal12013222255460533473554
Binary101000010110101001001010110110011001010111110011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505A92; }

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

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

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

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

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

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

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

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