#524395

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

Shades of Blue Gem #524395

Tints of Blue Gem #524395

Color information

#524395 (or 0x524395) is unknown color: approx Blue Gem. HEX triplet: 52, 43 and 95. RGB value is (82,67,149). Sum of RGB (Red+Green+Blue) = 82+67+149=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #524395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524395 is #ADBC6A. Grayscale: #505050. Windows color (decimal): -11385963 or 9782098. OLE color: 9782098.

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

Color convert

RGB8267149-
CMYK0.450.5500.42
HSL250.98º37.96%42.35%-
HSV(B)250.98º55.03%58.43%-
XYZ10.917.9829.4-
YUV80.83166.47128.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.52%
GREEN value IS 67 (26.56% from 255) = 22.48%
BLUE value IS 149 (58.59% from 255) = 50%
R=27.52%
G=22.48%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82671490.450.5500.42250.9837.9642.35
Hex5243952D3702Afb262a
Octal12210322555670523734652
Binary1010010100001110010101101101110111010101011111011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524395; }

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

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

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

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

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

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

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

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