Html Css Color HEX #522572 Blue Diamond

📋 copy color: '#522572'

red 82 ◦ green 37 ◦ blue 114

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

Shades of Blue Diamond #522572

Tints of Blue Diamond #522572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 48.93%

R = 35.19%
G = 15.88%
B = 48.93%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#522572 (or 0x522572) is known color: Blue Diamond. HEX triplet: 52, 25 and 72. RGB value is (82,37,114). Sum of RGB (Red+Green+Blue) = 82+37+114=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #522572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522572 is #ADDA8D. Grayscale: #3A3A3A. Windows color (decimal): -11393678 or 7480658. OLE color: 7480658.

HSL color Cylindrical-coordinate representation of color #522572: hue angle of 275.06º 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 #522572 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 37 114 -
CMYK 0.28 0.68 0 0.55
HSL 275.06º 0.51% 0.3% -
HSV(B) 275.06º 0.68% 0.45% -
XYZ 7.18 4.33 16.38 -
YUV 59.23 158.91 144.24 -
System Red Green Blue C M Y K H S L
Decimal 82 37 114 0.28 0.68 0 0.55 275.06 0.51 0.3
Hex 52 25 72 1C 44 0 37 113 33 1E
Octal 122 45 162 34 104 0 67 423 63 36
Binary 1010010 100101 1110010 11100 1000100 0 110111 100010011 110011 11110

Color Harmonies of #522572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522572

Black with #522572

Text Example


Text Example

White with #522572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522572; }

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

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

background-color css

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

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

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

border-color css

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

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

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