#505893

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

Shades of Governor Bay #505893

Tints of Governor Bay #505893

Color information

#505893 (or 0x505893) is unknown color: approx Governor Bay. HEX triplet: 50, 58 and 93. RGB value is (80,88,147). Sum of RGB (Red+Green+Blue) = 80+88+147=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #505893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505893 is #AFA76C. Grayscale: #5C5C5C. Windows color (decimal): -11511661 or 9656400. OLE color: 9656400.

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

Color convert

RGB8088147-
CMYK0.460.4000.42
HSL232.84º29.52%44.51%-
HSV(B)232.84º45.58%57.65%-
XYZ12.0610.7929.05-
YUV92.33158.85119.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 147 (57.81% from 255) = 46.67%
R=25.40%
G=27.94%
B=46.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80881470.460.4000.42232.8429.5244.51
Hex5058932E2802Ae91e2d
Octal12013022356500523513655
Binary101000010110001001001110111010100001010101110100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505893; }

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

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

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

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

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

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

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

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