#524392

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

Shades of Blue Gem #524392

Tints of Blue Gem #524392

Color information

#524392 (or 0x524392) is unknown color: approx Blue Gem. HEX triplet: 52, 43 and 92. RGB value is (82,67,146). Sum of RGB (Red+Green+Blue) = 82+67+146=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #524392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524392 is #ADBC6D. Grayscale: #505050. Windows color (decimal): -11385966 or 9585490. OLE color: 9585490.

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

Color convert

RGB8267146-
CMYK0.440.5400.43
HSL251.39º37.09%41.76%-
HSV(B)251.39º54.11%57.25%-
XYZ10.687.8828.15-
YUV80.49164.97129.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.80%
GREEN value IS 67 (26.56% from 255) = 22.71%
BLUE value IS 146 (57.42% from 255) = 49.49%
R=27.80%
G=22.71%
B=49.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82671460.440.5400.43251.3937.0941.76
Hex5243922C3602Bfb252a
Octal12210322254660533734552
Binary1010010100001110010010101100110110010101111111011100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524392; }

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

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

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

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

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

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

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

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