#524C93

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

Shades of Governor Bay #524C93

Tints of Governor Bay #524C93

Color information

#524C93 (or 0x524C93) is unknown color: approx Governor Bay. HEX triplet: 52, 4C and 93. RGB value is (82,76,147). Sum of RGB (Red+Green+Blue) = 82+76+147=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #524C93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524C93 is #ADB36C. Grayscale: #555555. Windows color (decimal): -11383661 or 9653330. OLE color: 9653330.

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

Color convert

RGB8276147-
CMYK0.440.4800.42
HSL245.07º31.84%43.73%-
HSV(B)245.07º48.3%57.65%-
XYZ11.339.0728.76-
YUV85.89162.49125.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 76 (30.08% from 255) = 24.92%
BLUE value IS 147 (57.81% from 255) = 48.20%
R=26.89%
G=24.92%
B=48.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82761470.440.4800.42245.0731.8443.73
Hex524C932C3002Af5202c
Octal12211422354600523654054
Binary1010010100110010010011101100110000010101011110101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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