Html Css Color HEX #522070 Blue Diamond

📋 copy color: '#522070'

red 82 ◦ green 32 ◦ blue 112

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

Shades of Blue Diamond #522070

Tints of Blue Diamond #522070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 49.56%

R = 36.28%
G = 14.16%
B = 49.56%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#522070 (or 0x522070) is known color: Blue Diamond. HEX triplet: 52, 20 and 70. RGB value is (82,32,112). Sum of RGB (Red+Green+Blue) = 82+32+112=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #522070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522070 is #ADDF8F. Grayscale: #373737. Windows color (decimal): -11394960 or 7348306. OLE color: 7348306.

HSL color Cylindrical-coordinate representation of color #522070: hue angle of 277.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #522070 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 32 112 -
CMYK 0.27 0.71 0 0.56
HSL 277.5º 0.56% 0.28% -
HSV(B) 277.5º 0.71% 0.44% -
XYZ 6.92 4 15.74 -
YUV 56.07 159.57 146.5 -
System Red Green Blue C M Y K H S L
Decimal 82 32 112 0.27 0.71 0 0.56 277.5 0.56 0.28
Hex 52 20 70 1B 47 0 38 116 38 1C
Octal 122 40 160 33 107 0 70 426 70 34
Binary 1010010 100000 1110000 11011 1000111 0 111000 100010110 111000 11100

Color Harmonies of #522070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522070

Black with #522070

Text Example


Text Example

White with #522070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522070; }

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

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

background-color css

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

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

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

border-color css

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

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

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