#524093

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

Shades of Blue Gem #524093

Tints of Blue Gem #524093

Color information

#524093 (or 0x524093) is unknown color: approx Blue Gem. HEX triplet: 52, 40 and 93. RGB value is (82,64,147). Sum of RGB (Red+Green+Blue) = 82+64+147=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #524093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524093 is #ADBF6C. Grayscale: #4E4E4E. Windows color (decimal): -11386733 or 9650258. OLE color: 9650258.

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

Color convert

RGB8264147-
CMYK0.440.5600.42
HSL253.01º39.34%41.37%-
HSV(B)253.01º56.46%57.65%-
XYZ10.587.5728.51-
YUV78.84166.46130.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.99%
GREEN value IS 64 (25.39% from 255) = 21.84%
BLUE value IS 147 (57.81% from 255) = 50.17%
R=27.99%
G=21.84%
B=50.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82641470.440.5600.42253.0139.3441.37
Hex5240932C3802Afd2729
Octal12210022354700523754751
Binary1010010100000010010011101100111000010101011111101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524093; }

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

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

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

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

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

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

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

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