#505F92

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

Shades of Governor Bay #505F92

Tints of Governor Bay #505F92

Color information

#505F92 (or 0x505F92) is unknown color: approx Governor Bay. HEX triplet: 50, 5F and 92. RGB value is (80,95,146). Sum of RGB (Red+Green+Blue) = 80+95+146=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #505F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505F92 is #AFA06D. Grayscale: #606060. Windows color (decimal): -11509870 or 9592656. OLE color: 9592656.

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

Color convert

RGB8095146-
CMYK0.450.3500.43
HSL226.36º29.2%44.31%-
HSV(B)226.36º45.21%57.25%-
XYZ12.5911.9728.84-
YUV96.33156.03116.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.92%
GREEN value IS 95 (37.5% from 255) = 29.60%
BLUE value IS 146 (57.42% from 255) = 45.48%
R=24.92%
G=29.60%
B=45.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80951460.450.3500.43226.3629.244.31
Hex505F922D2302Be21d2c
Octal12013722255430533423554
Binary101000010111111001001010110110001101010111110001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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