Html Css Color HEX #522471 Blue Diamond

📋 copy color: '#522471'

red 82 ◦ green 36 ◦ blue 113

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

Shades of Blue Diamond #522471

Tints of Blue Diamond #522471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.58%

 BLUE value IS 113 (44.53% from 255) = 48.92%

R = 35.5%
G = 15.58%
B = 48.92%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#522471 (or 0x522471) is known color: Blue Diamond. HEX triplet: 52, 24 and 71. RGB value is (82,36,113). Sum of RGB (Red+Green+Blue) = 82+36+113=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #522471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522471 is #ADDB8E. Grayscale: #3A3A3A. Windows color (decimal): -11393935 or 7414866. OLE color: 7414866.

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

Color convert

RGB 82 36 113 -
CMYK 0.27 0.68 0 0.56
HSL 275.84º 0.52% 0.29% -
HSV(B) 275.84º 0.68% 0.44% -
XYZ 7.09 4.25 16.07 -
YUV 58.53 158.74 144.74 -
System Red Green Blue C M Y K H S L
Decimal 82 36 113 0.27 0.68 0 0.56 275.84 0.52 0.29
Hex 52 24 71 1B 44 0 38 114 34 1D
Octal 122 44 161 33 104 0 70 424 64 35
Binary 1010010 100100 1110001 11011 1000100 0 111000 100010100 110100 11101

Color Harmonies of #522471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522471

Black with #522471

Text Example


Text Example

White with #522471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522471; }

 p { color: rgb(82,36,113); }

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

background-color css

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

 a { background-color: rgb(82,36,113); }

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

border-color css

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

 span { border-color: rgb(82,36,113); }

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