#524D97

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

Shades of Governor Bay #524D97

Tints of Governor Bay #524D97

Color information

#524D97 (or 0x524D97) is unknown color: approx Governor Bay. HEX triplet: 52, 4D and 97. RGB value is (82,77,151). Sum of RGB (Red+Green+Blue) = 82+77+151=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 151 (59.38% from 255 or 48.71% from 310); Max value from RGB is 151 - color contains mainly: blue. Hex color #524D97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524D97 is #ADB268. Grayscale: #565656. Windows color (decimal): -11383401 or 9915730. OLE color: 9915730.

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

Color convert

RGB8277151-
CMYK0.460.4900.41
HSL244.05º32.46%44.71%-
HSV(B)244.05º49.01%59.22%-
XYZ11.729.3430.46-
YUV86.93164.16124.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.45%
GREEN value IS 77 (30.47% from 255) = 24.84%
BLUE value IS 151 (59.38% from 255) = 48.71%
R=26.45%
G=24.84%
B=48.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82771510.460.4900.41244.0532.4644.71
Hex524D972E31029f4202d
Octal12211522756610513644055
Binary1010010100110110010111101110110001010100111110100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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