#505794

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

Shades of Governor Bay #505794

Tints of Governor Bay #505794

Color information

#505794 (or 0x505794) is unknown color: approx Governor Bay. HEX triplet: 50, 57 and 94. RGB value is (80,87,148). Sum of RGB (Red+Green+Blue) = 80+87+148=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #505794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505794 is #AFA86B. Grayscale: #5B5B5B. Windows color (decimal): -11511916 or 9721680. OLE color: 9721680.

HSL color Cylindrical-coordinate representation of color #505794: hue angle of 233.82º 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 #505794 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8087148-
CMYK0.460.4100.42
HSL233.82º29.82%44.71%-
HSV(B)233.82º45.95%58.04%-
XYZ12.0610.6629.44-
YUV91.86159.68119.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 87 (34.38% from 255) = 27.62%
BLUE value IS 148 (58.20% from 255) = 46.98%
R=25.40%
G=27.62%
B=46.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80871480.460.4100.42233.8229.8244.71
Hex5057942E2902Aea1e2d
Octal12012722456510523523655
Binary101000010101111001010010111010100101010101110101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505794; }

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

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

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

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

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

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

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

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