#524190

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

Shades of Blue Gem #524190

Tints of Blue Gem #524190

Color information

#524190 (or 0x524190) is unknown color: approx Blue Gem. HEX triplet: 52, 41 and 90. RGB value is (82,65,144). Sum of RGB (Red+Green+Blue) = 82+65+144=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #524190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524190 is #ADBE6F. Grayscale: #4E4E4E. Windows color (decimal): -11386480 or 9453906. OLE color: 9453906.

HSL color Cylindrical-coordinate representation of color #524190: hue angle of 252.91º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #524190 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8265144-
CMYK0.430.5500.44
HSL252.91º37.8%40.98%-
HSV(B)252.91º54.86%56.47%-
XYZ10.47.5927.3-
YUV79.09164.63130.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.18%
GREEN value IS 65 (25.78% from 255) = 22.34%
BLUE value IS 144 (56.64% from 255) = 49.48%
R=28.18%
G=22.34%
B=49.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82651440.430.5500.44252.9137.840.98
Hex5241902B3702Cfd2629
Octal12210122053670543754651
Binary1010010100000110010000101011110111010110011111101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524190; }

 p { color: rgb(82,65,144); }

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

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

 a { background-color: rgb(82,65,144); }

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

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

 span { border-color: rgb(82,65,144); }

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