#505F94

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

Shades of Governor Bay #505F94

Tints of Governor Bay #505F94

Color information

#505F94 (or 0x505F94) is unknown color: approx Governor Bay. HEX triplet: 50, 5F and 94. RGB value is (80,95,148). Sum of RGB (Red+Green+Blue) = 80+95+148=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #505F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505F94 is #AFA06B. Grayscale: #606060. Windows color (decimal): -11509868 or 9723728. OLE color: 9723728.

HSL color Cylindrical-coordinate representation of color #505F94: hue angle of 226.76º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #505F94 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8095148-
CMYK0.460.3600.42
HSL226.76º29.82%44.71%-
HSV(B)226.76º45.95%58.04%-
XYZ12.7512.0329.67-
YUV96.56157.03116.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.77%
GREEN value IS 95 (37.5% from 255) = 29.41%
BLUE value IS 148 (58.20% from 255) = 45.82%
R=24.77%
G=29.41%
B=45.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80951480.460.3600.42226.7629.8244.71
Hex505F942E2402Ae31e2d
Octal12013722456440523433655
Binary101000010111111001010010111010010001010101110001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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