#53509A

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

Shades of Governor Bay #53509A

Tints of Governor Bay #53509A

Color information

#53509A (or 0x53509A) is unknown color: approx Governor Bay. HEX triplet: 53, 50 and 9A. RGB value is (83,80,154). Sum of RGB (Red+Green+Blue) = 83+80+154=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 154 (60.55% from 255 or 48.58% from 317); Max value from RGB is 154 - color contains mainly: blue. Hex color #53509A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53509A is #ACAF65. Grayscale: #595959. Windows color (decimal): -11317094 or 10113107. OLE color: 10113107.

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

Color convert

RGB8380154-
CMYK0.460.4800.40
HSL242.43º31.62%45.88%-
HSV(B)242.43º48.05%60.39%-
XYZ12.279.9131.84-
YUV89.33164.49123.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.18%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 154 (60.55% from 255) = 48.58%
R=26.18%
G=25.24%
B=48.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83801540.460.4800.40242.4331.6245.88
Hex53509A2E30028f2202e
Octal12312023256600503624056
Binary1010011101000010011010101110110000010100011110010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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