#522373

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

Shades of Blue Diamond #522373

Tints of Blue Diamond #522373

Color information

#522373 (or 0x522373) is unknown color: approx Blue Diamond. HEX triplet: 52, 23 and 73. RGB value is (82,35,115). Sum of RGB (Red+Green+Blue) = 82+35+115=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #522373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522373 is #ADDC8C. Grayscale: #393939. Windows color (decimal): -11394189 or 7545682. OLE color: 7545682.

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

Color convert

RGB8235115-
CMYK0.290.7000.55
HSL275.25º53.33%29.41%-
HSV(B)275.25º69.57%45.1%-
XYZ7.184.2316.66-
YUV58.17160.07145-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.34%
GREEN value IS 35 (14.06% from 255) = 15.09%
BLUE value IS 115 (45.31% from 255) = 49.57%
R=35.34%
G=15.09%
B=49.57%

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
Decimal82351150.290.7000.55275.2553.3329.41
Hex5223731D46037113351d
Octal12243163351060674236535
Binary10100101000111110011111011000110011011110001001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522373; }

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

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

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

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

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

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

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

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