#524C99

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

Shades of Governor Bay #524C99

Tints of Governor Bay #524C99

Color information

#524C99 (or 0x524C99) is unknown color: approx Governor Bay. HEX triplet: 52, 4C and 99. RGB value is (82,76,153). Sum of RGB (Red+Green+Blue) = 82+76+153=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #524C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524C99 is #ADB366. Grayscale: #565656. Windows color (decimal): -11383655 or 10046546. OLE color: 10046546.

HSL color Cylindrical-coordinate representation of color #524C99: hue angle of 244.68º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #524C99 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8276153-
CMYK0.460.5000.4
HSL244.68º33.62%44.9%-
HSV(B)244.68º50.33%60%-
XYZ11.819.2631.3-
YUV86.57165.49124.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.37%
GREEN value IS 76 (30.08% from 255) = 24.44%
BLUE value IS 153 (60.16% from 255) = 49.20%
R=26.37%
G=24.44%
B=49.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82761530.460.5000.4244.6833.6244.9
Hex524C992E32028f5222d
Octal12211423156620503654255
Binary1010010100110010011001101110110010010100011110101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,76,153); }

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

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

 a { background-color: rgb(82,76,153); }

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

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

 span { border-color: rgb(82,76,153); }

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