Html Css Color HEX #522078 Blue Diamond

📋 copy color: '#522078'

red 82 ◦ green 32 ◦ blue 120

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

Shades of Blue Diamond #522078

Tints of Blue Diamond #522078

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.68%

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

R = 35.04%
G = 13.68%
B = 51.28%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#522078 (or 0x522078) is known color: Blue Diamond. HEX triplet: 52, 20 and 78. RGB value is (82,32,120). Sum of RGB (Red+Green+Blue) = 82+32+120=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #522078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522078 is #ADDF87. Grayscale: #383838. Windows color (decimal): -11394952 or 7872594. OLE color: 7872594.

HSL color Cylindrical-coordinate representation of color #522078: hue angle of 274.09º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #522078 is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 32 120 -
CMYK 0.32 0.73 0 0.53
HSL 274.09º 0.58% 0.3% -
HSV(B) 274.09º 0.73% 0.47% -
XYZ 7.39 4.18 18.19 -
YUV 56.98 163.57 145.84 -
System Red Green Blue C M Y K H S L
Decimal 82 32 120 0.32 0.73 0 0.53 274.09 0.58 0.3
Hex 52 20 78 20 49 0 35 112 3A 1E
Octal 122 40 170 40 111 0 65 422 72 36
Binary 1010010 100000 1111000 100000 1001001 0 110101 100010010 111010 11110

Color Harmonies of #522078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522078

Black with #522078

Text Example


Text Example

White with #522078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522078; }

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

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

background-color css

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

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

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

border-color css

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

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

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