#522374

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

Shades of Blue Diamond #522374

Tints of Blue Diamond #522374

Color information

#522374 (or 0x522374) is unknown color: approx Blue Diamond. HEX triplet: 52, 23 and 74. RGB value is (82,35,116). Sum of RGB (Red+Green+Blue) = 82+35+116=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #522374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522374 is #ADDC8B. Grayscale: #3A3A3A. Windows color (decimal): -11394188 or 7611218. OLE color: 7611218.

HSL color Cylindrical-coordinate representation of color #522374: hue angle of 274.81º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #522374 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8235116-
CMYK0.290.7000.55
HSL274.81º53.64%29.61%-
HSV(B)274.81º69.83%45.49%-
XYZ7.234.2616.96-
YUV58.29160.57144.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.19%
GREEN value IS 35 (14.06% from 255) = 15.02%
BLUE value IS 116 (45.70% from 255) = 49.79%
R=35.19%
G=15.02%
B=49.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82351160.290.7000.55274.8153.6429.61
Hex5223741D46037113361e
Octal12243164351060674236636
Binary10100101000111110100111011000110011011110001001111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522374; }

 p { color: rgb(82,35,116); }

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

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

 a { background-color: rgb(82,35,116); }

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

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

 span { border-color: rgb(82,35,116); }

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