Html Css Color HEX #522072 Blue Diamond

📋 copy color: '#522072'

red 82 ◦ green 32 ◦ blue 114

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

Shades of Blue Diamond #522072

Tints of Blue Diamond #522072

RGB

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

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

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

R = 35.96%
G = 14.04%
B = 50%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#522072 (or 0x522072) is known color: Blue Diamond. HEX triplet: 52, 20 and 72. RGB value is (82,32,114). Sum of RGB (Red+Green+Blue) = 82+32+114=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #522072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522072 is #ADDF8D. Grayscale: #383838. Windows color (decimal): -11394958 or 7479378. OLE color: 7479378.

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

Color convert

RGB 82 32 114 -
CMYK 0.28 0.72 0 0.55
HSL 276.59º 0.56% 0.29% -
HSV(B) 276.59º 0.72% 0.45% -
XYZ 7.03 4.04 16.33 -
YUV 56.3 160.57 146.33 -
System Red Green Blue C M Y K H S L
Decimal 82 32 114 0.28 0.72 0 0.55 276.59 0.56 0.29
Hex 52 20 72 1C 48 0 37 115 38 1D
Octal 122 40 162 34 110 0 67 425 70 35
Binary 1010010 100000 1110010 11100 1001000 0 110111 100010101 111000 11101

Color Harmonies of #522072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522072

Black with #522072

Text Example


Text Example

White with #522072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522072; }

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

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

background-color css

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

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

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

border-color css

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

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

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