Html Css Color HEX #522D78 Blue Diamond

📋 copy color: '#522D78'

red 82 ◦ green 45 ◦ blue 120

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

Shades of Blue Diamond #522D78

Tints of Blue Diamond #522D78

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.22%

 BLUE value IS 120 (47.27% from 255) = 48.58%

R = 33.2%
G = 18.22%
B = 48.58%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#522D78 (or 0x522D78) is known color: Blue Diamond. HEX triplet: 52, 2D and 78. RGB value is (82,45,120). Sum of RGB (Red+Green+Blue) = 82+45+120=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #522D78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522D78 is #ADD287. Grayscale: #404040. Windows color (decimal): -11391624 or 7875922. OLE color: 7875922.

HSL color Cylindrical-coordinate representation of color #522D78: hue angle of 269.6º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #522D78 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 45 120 -
CMYK 0.32 0.63 0 0.53
HSL 269.6º 0.45% 0.32% -
HSV(B) 269.6º 0.63% 0.47% -
XYZ 7.81 5.03 18.33 -
YUV 64.61 159.26 140.4 -
System Red Green Blue C M Y K H S L
Decimal 82 45 120 0.32 0.63 0 0.53 269.6 0.45 0.32
Hex 52 2D 78 20 3F 0 35 10E 2D 20
Octal 122 55 170 40 77 0 65 416 55 40
Binary 1010010 101101 1111000 100000 111111 0 110101 100001110 101101 100000

Color Harmonies of #522D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522D78

Black with #522D78

Text Example


Text Example

White with #522D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522D78; }

 p { color: rgb(82,45,120); }

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

background-color css

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

 a { background-color: rgb(82,45,120); }

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

border-color css

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

 span { border-color: rgb(82,45,120); }

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