#524F93

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

Shades of Governor Bay #524F93

Tints of Governor Bay #524F93

Color information

#524F93 (or 0x524F93) is unknown color: approx Governor Bay. HEX triplet: 52, 4F and 93. RGB value is (82,79,147). Sum of RGB (Red+Green+Blue) = 82+79+147=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #524F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524F93 is #ADB06C. Grayscale: #575757. Windows color (decimal): -11382893 or 9654098. OLE color: 9654098.

HSL color Cylindrical-coordinate representation of color #524F93: hue angle of 242.65º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #524F93 is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8279147-
CMYK0.440.4600.42
HSL242.65º30.09%44.31%-
HSV(B)242.65º46.26%57.65%-
XYZ11.549.4928.83-
YUV87.65161.49123.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.62%
GREEN value IS 79 (31.25% from 255) = 25.65%
BLUE value IS 147 (57.81% from 255) = 47.73%
R=26.62%
G=25.65%
B=47.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82791470.440.4600.42242.6530.0944.31
Hex524F932C2E02Af31e2c
Octal12211722354560523633654
Binary101001010011111001001110110010111001010101111001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,79,147); }

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

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

 a { background-color: rgb(82,79,147); }

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

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

 span { border-color: rgb(82,79,147); }

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