#53579A

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

Shades of Governor Bay #53579A

Tints of Governor Bay #53579A

Color information

#53579A (or 0x53579A) is unknown color: approx Governor Bay. HEX triplet: 53, 57 and 9A. RGB value is (83,87,154). Sum of RGB (Red+Green+Blue) = 83+87+154=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #53579A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53579A is #ACA865. Grayscale: #5D5D5D. Windows color (decimal): -11315302 or 10114899. OLE color: 10114899.

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

Color convert

RGB8387154-
CMYK0.460.4400.40
HSL236.62º29.96%46.47%-
HSV(B)236.62º46.1%60.39%-
XYZ12.8110.9932.02-
YUV93.44162.17120.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.62%
GREEN value IS 87 (34.38% from 255) = 26.85%
BLUE value IS 154 (60.55% from 255) = 47.53%
R=25.62%
G=26.85%
B=47.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83871540.460.4400.40236.6229.9646.47
Hex53579A2E2C028ed1e2e
Octal12312723256540503553656
Binary101001110101111001101010111010110001010001110110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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