Html Css Color HEX #522172 Blue Diamond

📋 copy color: '#522172'

red 82 ◦ green 33 ◦ blue 114

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

Shades of Blue Diamond #522172

Tints of Blue Diamond #522172

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.41%

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

R = 35.81%
G = 14.41%
B = 49.78%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#522172 (or 0x522172) is known color: Blue Diamond. HEX triplet: 52, 21 and 72. RGB value is (82,33,114). Sum of RGB (Red+Green+Blue) = 82+33+114=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #522172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522172 is #ADDE8D. Grayscale: #383838. Windows color (decimal): -11394702 or 7479634. OLE color: 7479634.

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

Color convert

RGB 82 33 114 -
CMYK 0.28 0.71 0 0.55
HSL 276.3º 0.55% 0.29% -
HSV(B) 276.3º 0.71% 0.45% -
XYZ 7.06 4.1 16.34 -
YUV 56.89 160.23 145.91 -
System Red Green Blue C M Y K H S L
Decimal 82 33 114 0.28 0.71 0 0.55 276.3 0.55 0.29
Hex 52 21 72 1C 47 0 37 114 37 1D
Octal 122 41 162 34 107 0 67 424 67 35
Binary 1010010 100001 1110010 11100 1000111 0 110111 100010100 110111 11101

Color Harmonies of #522172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522172

Black with #522172

Text Example


Text Example

White with #522172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522172; }

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

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

background-color css

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

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

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

border-color css

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

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

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