#524295

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

Shades of Blue Gem #524295

Tints of Blue Gem #524295

Color information

#524295 (or 0x524295) is unknown color: approx Blue Gem. HEX triplet: 52, 42 and 95. RGB value is (82,66,149). Sum of RGB (Red+Green+Blue) = 82+66+149=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #524295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524295 is #ADBD6A. Grayscale: #4F4F4F. Windows color (decimal): -11386219 or 9781842. OLE color: 9781842.

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

Color convert

RGB8266149-
CMYK0.450.5600.42
HSL251.57º38.6%42.16%-
HSV(B)251.57º55.7%58.43%-
XYZ10.857.8629.38-
YUV80.25166.8129.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 66 (26.17% from 255) = 22.22%
BLUE value IS 149 (58.59% from 255) = 50.17%
R=27.61%
G=22.22%
B=50.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82661490.450.5600.42251.5738.642.16
Hex5242952D3802Afc272a
Octal12210222555700523744752
Binary1010010100001010010101101101111000010101011111100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524295; }

 p { color: rgb(82,66,149); }

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

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

 a { background-color: rgb(82,66,149); }

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

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

 span { border-color: rgb(82,66,149); }

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