#524A96

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

Shades of Governor Bay #524A96

Tints of Governor Bay #524A96

Color information

#524A96 (or 0x524A96) is unknown color: approx Governor Bay. HEX triplet: 52, 4A and 96. RGB value is (82,74,150). Sum of RGB (Red+Green+Blue) = 82+74+150=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 150 (58.98% from 255 or 49.02% from 306); Max value from RGB is 150 - color contains mainly: blue. Hex color #524A96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524A96 is #ADB569. Grayscale: #545454. Windows color (decimal): -11384170 or 9849426. OLE color: 9849426.

HSL color Cylindrical-coordinate representation of color #524A96: hue angle of 246.32º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #524A96 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8274150-
CMYK0.450.5100.41
HSL246.32º33.93%43.92%-
HSV(B)246.32º50.67%58.82%-
XYZ11.438.8929.97-
YUV85.06164.65125.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.80%
GREEN value IS 74 (29.30% from 255) = 24.18%
BLUE value IS 150 (58.98% from 255) = 49.02%
R=26.80%
G=24.18%
B=49.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82741500.450.5100.41246.3233.9343.92
Hex524A962D33029f6222c
Octal12211222655630513664254
Binary1010010100101010010110101101110011010100111110110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,74,150); }

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

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

 a { background-color: rgb(82,74,150); }

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

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

 span { border-color: rgb(82,74,150); }

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