#524BA4

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

Shades of Governor Bay #524BA4

Tints of Governor Bay #524BA4

Color information

#524BA4 (or 0x524BA4) is unknown color: approx Governor Bay. HEX triplet: 52, 4B and A4. RGB value is (82,75,164). Sum of RGB (Red+Green+Blue) = 82+75+164=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 164 (64.45% from 255 or 51.09% from 321); Max value from RGB is 164 - color contains mainly: blue. Hex color #524BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524BA4 is #ADB45B. Grayscale: #565656. Windows color (decimal): -11383900 or 10767186. OLE color: 10767186.

HSL color Cylindrical-coordinate representation of color #524BA4: hue angle of 244.72º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #524BA4 is Cyan = 0.5, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8275164-
CMYK0.50.5400.36
HSL244.72º37.24%46.86%-
HSV(B)244.72º54.27%64.31%-
XYZ12.79.5136.29-
YUV87.24171.32124.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.55%
GREEN value IS 75 (29.69% from 255) = 23.36%
BLUE value IS 164 (64.45% from 255) = 51.09%
R=25.55%
G=23.36%
B=51.09%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82751640.50.5400.36244.7237.2446.86
Hex524BA43236024f5252f
Octal12211324462660443654557
Binary1010010100101110100100110010110110010010011110101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,75,164); }

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

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

 a { background-color: rgb(82,75,164); }

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

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

 span { border-color: rgb(82,75,164); }

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