#53499b

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

Shades of Governor Bay #53499B

Tints of Governor Bay #53499B

Color information

#53499B (or 0x53499B) is unknown color: approx Governor Bay. HEX triplet: 53, 49 and 9B. RGB value is (83,73,155). Sum of RGB (Red+Green+Blue) = 83+73+155=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #53499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53499B is #ACB664. Grayscale: #555555. Windows color (decimal): -11318885 or 10176851. OLE color: 10176851.

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

Color convert

RGB8373155-
CMYK0.460.5300.39
HSL247.32º35.96%44.71%-
HSV(B)247.32º52.9%60.78%-
XYZ11.878.9732.12-
YUV85.34167.31126.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.69%
GREEN value IS 73 (28.91% from 255) = 23.47%
BLUE value IS 155 (60.94% from 255) = 49.84%
R=26.69%
G=23.47%
B=49.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83731550.460.5300.39247.3235.9644.71
Hex53499B2E35027f7242d
Octal12311123356650473674455
Binary1010011100100110011011101110110101010011111110111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53499b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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