#524B99

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

Shades of Governor Bay #524B99

Tints of Governor Bay #524B99

Color information

#524B99 (or 0x524B99) is unknown color: approx Governor Bay. HEX triplet: 52, 4B and 99. RGB value is (82,75,153). Sum of RGB (Red+Green+Blue) = 82+75+153=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #524B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524B99 is #ADB466. Grayscale: #555555. Windows color (decimal): -11383911 or 10046290. OLE color: 10046290.

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

Color convert

RGB8275153-
CMYK0.460.5100.4
HSL245.38º34.21%44.71%-
HSV(B)245.38º50.98%60%-
XYZ11.759.1331.28-
YUV85.99165.82125.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.45%
GREEN value IS 75 (29.69% from 255) = 24.19%
BLUE value IS 153 (60.16% from 255) = 49.35%
R=26.45%
G=24.19%
B=49.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82751530.460.5100.4245.3834.2144.71
Hex524B992E33028f5222d
Octal12211323156630503654255
Binary1010010100101110011001101110110011010100011110101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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