#524D9C

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

Shades of Governor Bay #524D9C

Tints of Governor Bay #524D9C

Color information

#524D9C (or 0x524D9C) is unknown color: approx Governor Bay. HEX triplet: 52, 4D and 9C. RGB value is (82,77,156). Sum of RGB (Red+Green+Blue) = 82+77+156=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #524D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524D9C is #ADB263. Grayscale: #575757. Windows color (decimal): -11383396 or 10243410. OLE color: 10243410.

HSL color Cylindrical-coordinate representation of color #524D9C: hue angle of 243.8º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #524D9C is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8277156-
CMYK0.470.5100.39
HSL243.8º33.91%45.69%-
HSV(B)243.8º50.64%61.18%-
XYZ12.139.532.65-
YUV87.5166.66124.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.03%
GREEN value IS 77 (30.47% from 255) = 24.44%
BLUE value IS 156 (61.33% from 255) = 49.52%
R=26.03%
G=24.44%
B=49.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82771560.470.5100.39243.833.9145.69
Hex524D9C2F33027f4222e
Octal12211523457630473644256
Binary1010010100110110011100101111110011010011111110100100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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