#53499A

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

Shades of Governor Bay #53499A

Tints of Governor Bay #53499A

Color information

#53499A (or 0x53499A) is unknown color: approx Governor Bay. HEX triplet: 53, 49 and 9A. RGB value is (83,73,154). Sum of RGB (Red+Green+Blue) = 83+73+154=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #53499A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53499A is #ACB665. Grayscale: #545454. Windows color (decimal): -11318886 or 10111315. OLE color: 10111315.

HSL color Cylindrical-coordinate representation of color #53499A: hue angle of 247.41º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53499A is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8373154-
CMYK0.460.5300.40
HSL247.41º35.68%44.51%-
HSV(B)247.41º52.6%60.39%-
XYZ11.788.9431.68-
YUV85.22166.81126.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.77%
GREEN value IS 73 (28.91% from 255) = 23.55%
BLUE value IS 154 (60.55% from 255) = 49.68%
R=26.77%
G=23.55%
B=49.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83731540.460.5300.40247.4135.6844.51
Hex53499A2E35028f7242d
Octal12311123256650503674455
Binary1010011100100110011010101110110101010100011110111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53499A; }

 p { color: rgb(83,73,154); }

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

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

 a { background-color: rgb(83,73,154); }

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

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

 span { border-color: rgb(83,73,154); }

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