#53528D

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

Shades of Governor Bay #53528D

Tints of Governor Bay #53528D

Color information

#53528D (or 0x53528D) is unknown color: approx Governor Bay. HEX triplet: 53, 52 and 8D. RGB value is (83,82,141). Sum of RGB (Red+Green+Blue) = 83+82+141=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #53528D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53528D is #ACAD72. Grayscale: #585858. Windows color (decimal): -11316595 or 9261651. OLE color: 9261651.

HSL color Cylindrical-coordinate representation of color #53528D: hue angle of 241.02º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53528D is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8382141-
CMYK0.410.4200.45
HSL241.02º26.46%43.73%-
HSV(B)241.02º41.84%55.29%-
XYZ11.399.826.49-
YUV89.02157.33123.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.12%
GREEN value IS 82 (32.42% from 255) = 26.80%
BLUE value IS 141 (55.47% from 255) = 46.08%
R=27.12%
G=26.80%
B=46.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83821410.410.4200.45241.0226.4643.73
Hex53528D292A02Df11a2c
Octal12312221551520553613254
Binary101001110100101000110110100110101001011011111000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53528D; }

 p { color: rgb(83,82,141); }

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

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

 a { background-color: rgb(83,82,141); }

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

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

 span { border-color: rgb(83,82,141); }

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