#524792

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

Shades of Blue Gem #524792

Tints of Blue Gem #524792

Color information

#524792 (or 0x524792) is unknown color: approx Blue Gem. HEX triplet: 52, 47 and 92. RGB value is (82,71,146). Sum of RGB (Red+Green+Blue) = 82+71+146=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #524792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524792 is #ADB86D. Grayscale: #525252. Windows color (decimal): -11384942 or 9586514. OLE color: 9586514.

HSL color Cylindrical-coordinate representation of color #524792: hue angle of 248.8º degrees, saturation: 0.35, 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 #524792 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8271146-
CMYK0.440.5100.43
HSL248.8º34.56%42.55%-
HSV(B)248.8º51.37%57.25%-
XYZ10.928.3828.24-
YUV82.84163.64127.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.42%
GREEN value IS 71 (28.12% from 255) = 23.75%
BLUE value IS 146 (57.42% from 255) = 48.83%
R=27.42%
G=23.75%
B=48.83%

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
Decimal82711460.440.5100.43248.834.5642.55
Hex5247922C3302Bf9232b
Octal12210722254630533714353
Binary1010010100011110010010101100110011010101111111001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524792; }

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

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

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

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

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

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

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

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