#524993

Color #524993 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #524993

Tints of Blue Gem #524993

Color information

#524993 (or 0x524993) is unknown color: approx Blue Gem. HEX triplet: 52, 49 and 93. RGB value is (82,73,147). Sum of RGB (Red+Green+Blue) = 82+73+147=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #524993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524993 is #ADB66C. Grayscale: #535353. Windows color (decimal): -11384429 or 9652562. OLE color: 9652562.

HSL color Cylindrical-coordinate representation of color #524993: hue angle of 247.3º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #524993 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8273147-
CMYK0.440.5000.42
HSL247.3º33.64%43.14%-
HSV(B)247.3º50.34%57.65%-
XYZ11.138.6728.69-
YUV84.13163.48126.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.15%
GREEN value IS 73 (28.91% from 255) = 24.17%
BLUE value IS 147 (57.81% from 255) = 48.68%
R=27.15%
G=24.17%
B=48.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82731470.440.5000.42247.333.6443.14
Hex5249932C3202Af7222b
Octal12211122354620523674253
Binary1010010100100110010011101100110010010101011110111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524993; }

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

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

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

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

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

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

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

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