#524E96

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

Shades of Governor Bay #524E96

Tints of Governor Bay #524E96

Color information

#524E96 (or 0x524E96) is unknown color: approx Governor Bay. HEX triplet: 52, 4E and 96. RGB value is (82,78,150). Sum of RGB (Red+Green+Blue) = 82+78+150=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #524E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524E96 is #ADB169. Grayscale: #575757. Windows color (decimal): -11383146 or 9850450. OLE color: 9850450.

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

Color convert

RGB8278150-
CMYK0.450.4800.41
HSL243.33º31.58%44.71%-
HSV(B)243.33º48%58.82%-
XYZ11.719.4430.06-
YUV87.4163.33124.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.45%
GREEN value IS 78 (30.86% from 255) = 25.16%
BLUE value IS 150 (58.98% from 255) = 48.39%
R=26.45%
G=25.16%
B=48.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82781500.450.4800.41243.3331.5844.71
Hex524E962D30029f3202d
Octal12211622655600513634055
Binary1010010100111010010110101101110000010100111110011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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