#524892

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

Shades of Blue Gem #524892

Tints of Blue Gem #524892

Color information

#524892 (or 0x524892) is unknown color: approx Blue Gem. HEX triplet: 52, 48 and 92. RGB value is (82,72,146). Sum of RGB (Red+Green+Blue) = 82+72+146=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #524892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524892 is #ADB76D. Grayscale: #535353. Windows color (decimal): -11384686 or 9586770. OLE color: 9586770.

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

Color convert

RGB8272146-
CMYK0.440.5100.43
HSL248.11º33.94%42.75%-
HSV(B)248.11º50.68%57.25%-
XYZ10.998.528.26-
YUV83.43163.31126.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.33%
GREEN value IS 72 (28.52% from 255) = 24%
BLUE value IS 146 (57.42% from 255) = 48.67%
R=27.33%
G=24%
B=48.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82721460.440.5100.43248.1133.9442.75
Hex5248922C3302Bf8222b
Octal12211022254630533704253
Binary1010010100100010010010101100110011010101111111000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524892; }

 p { color: rgb(82,72,146); }

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

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

 a { background-color: rgb(82,72,146); }

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

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

 span { border-color: rgb(82,72,146); }

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