Html Css Color HEX #522573 Blue Diamond

📋 copy color: '#522573'

red 82 ◦ green 37 ◦ blue 115

#522573
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Diamond #522573

Tints of Blue Diamond #522573

RGB

 RED value IS 82 (32.42% from 255) = 35.04%

 GREEN value IS 37 (14.84% from 255) = 15.81%

 BLUE value IS 115 (45.31% from 255) = 49.15%

R = 35.04%
G = 15.81%
B = 49.15%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#522573 (or 0x522573) is known color: Blue Diamond. HEX triplet: 52, 25 and 73. RGB value is (82,37,115). Sum of RGB (Red+Green+Blue) = 82+37+115=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #522573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522573 is #ADDA8C. Grayscale: #3B3B3B. Windows color (decimal): -11393677 or 7546194. OLE color: 7546194.

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

Color convert

RGB 82 37 115 -
CMYK 0.29 0.68 0 0.55
HSL 274.62º 0.51% 0.3% -
HSV(B) 274.62º 0.68% 0.45% -
XYZ 7.24 4.35 16.68 -
YUV 59.35 159.41 144.16 -
System Red Green Blue C M Y K H S L
Decimal 82 37 115 0.29 0.68 0 0.55 274.62 0.51 0.3
Hex 52 25 73 1D 44 0 37 113 33 1E
Octal 122 45 163 35 104 0 67 423 63 36
Binary 1010010 100101 1110011 11101 1000100 0 110111 100010011 110011 11110

Color Harmonies of #522573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522573

Black with #522573

Text Example


Text Example

White with #522573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522573; }

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

 H1.HeaderClassName
 {
   color: #522573;
 }
 .AnyTagClassName
 {
   color: #522573;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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