#524DA1

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

Shades of Governor Bay #524DA1

Tints of Governor Bay #524DA1

Color information

#524DA1 (or 0x524DA1) is unknown color: approx Governor Bay. HEX triplet: 52, 4D and A1. RGB value is (82,77,161). Sum of RGB (Red+Green+Blue) = 82+77+161=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 161 (63.28% from 255 or 50.31% from 320); Max value from RGB is 161 - color contains mainly: blue. Hex color #524DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524DA1 is #ADB25E. Grayscale: #575757. Windows color (decimal): -11383391 or 10571090. OLE color: 10571090.

HSL color Cylindrical-coordinate representation of color #524DA1: hue angle of 243.57º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #524DA1 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8277161-
CMYK0.490.5200.37
HSL243.57º35.29%46.67%-
HSV(B)243.57º52.17%63.14%-
XYZ12.579.6734.92-
YUV88.07169.16123.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.62%
GREEN value IS 77 (30.47% from 255) = 24.06%
BLUE value IS 161 (63.28% from 255) = 50.31%
R=25.62%
G=24.06%
B=50.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal82771610.490.5200.37243.5735.2946.67
Hex524DA13134025f4232f
Octal12211524161640453644357
Binary1010010100110110100001110001110100010010111110100100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524DA1; }

 p { color: rgb(82,77,161); }

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

<style>
 a { background-color: #524DA1; }

 a { background-color: rgb(82,77,161); }

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

<style>
 span { border-color: #524DA1; }

 span { border-color: rgb(82,77,161); }

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