#523CA4

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

Shades of Blue Gem #523CA4

Tints of Blue Gem #523CA4

Color information

#523CA4 (or 0x523CA4) is unknown color: approx Blue Gem. HEX triplet: 52, 3C and A4. RGB value is (82,60,164). Sum of RGB (Red+Green+Blue) = 82+60+164=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 164 (64.45% from 255 or 53.59% from 306); Max value from RGB is 164 - color contains mainly: blue. Hex color #523CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523CA4 is #ADC35B. Grayscale: #4E4E4E. Windows color (decimal): -11387740 or 10763346. OLE color: 10763346.

HSL color Cylindrical-coordinate representation of color #523CA4: hue angle of 252.69º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #523CA4 is Cyan = 0.5, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8260164-
CMYK0.50.6300.36
HSL252.69º46.43%43.92%-
HSV(B)252.69º63.41%64.31%-
XYZ11.87.7135.99-
YUV78.43176.29130.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.80%
GREEN value IS 60 (23.83% from 255) = 19.61%
BLUE value IS 164 (64.45% from 255) = 53.59%
R=26.80%
G=19.61%
B=53.59%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82601640.50.6300.36252.6946.4343.92
Hex523CA4323F024fd2e2c
Octal1227424462770443755654
Binary101001011110010100100110010111111010010011111101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523CA4; }

 p { color: rgb(82,60,164); }

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

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

 a { background-color: rgb(82,60,164); }

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

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

 span { border-color: rgb(82,60,164); }

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