#505C9F

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

Shades of Governor Bay #505C9F

Tints of Governor Bay #505C9F

Color information

#505C9F (or 0x505C9F) is unknown color: approx Governor Bay. HEX triplet: 50, 5C and 9F. RGB value is (80,92,159). Sum of RGB (Red+Green+Blue) = 80+92+159=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #505C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505C9F is #AFA360. Grayscale: #5F5F5F. Windows color (decimal): -11510625 or 10443856. OLE color: 10443856.

HSL color Cylindrical-coordinate representation of color #505C9F: hue angle of 230.89º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #505C9F is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8092159-
CMYK0.500.4200.38
HSL230.89º33.05%46.86%-
HSV(B)230.89º49.69%62.35%-
XYZ13.3911.8634.38-
YUV96.05163.52116.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.17%
GREEN value IS 92 (36.33% from 255) = 27.79%
BLUE value IS 159 (62.5% from 255) = 48.04%
R=24.17%
G=27.79%
B=48.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80921590.500.4200.38230.8933.0546.86
Hex505C9F322A026e7212f
Octal12013423762520463474157
Binary1010000101110010011111110010101010010011011100111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,92,159); }

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

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

 a { background-color: rgb(80,92,159); }

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

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

 span { border-color: rgb(80,92,159); }

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