#505892

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

Shades of Governor Bay #505892

Tints of Governor Bay #505892

Color information

#505892 (or 0x505892) is unknown color: approx Governor Bay. HEX triplet: 50, 58 and 92. RGB value is (80,88,146). Sum of RGB (Red+Green+Blue) = 80+88+146=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #505892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505892 is #AFA76D. Grayscale: #5B5B5B. Windows color (decimal): -11511662 or 9590864. OLE color: 9590864.

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

Color convert

RGB8088146-
CMYK0.450.4000.43
HSL232.73º29.2%44.31%-
HSV(B)232.73º45.21%57.25%-
XYZ11.9910.7628.64-
YUV92.22158.35119.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.48%
GREEN value IS 88 (34.77% from 255) = 28.03%
BLUE value IS 146 (57.42% from 255) = 46.50%
R=25.48%
G=28.03%
B=46.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80881460.450.4000.43232.7329.244.31
Hex5058922D2802Be91d2c
Octal12013022255500533513554
Binary101000010110001001001010110110100001010111110100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505892; }

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

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

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

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

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

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

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

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