Html Css Color HEX #52216E Blue Diamond

📋 copy color: '#52216E'

red 82 ◦ green 33 ◦ blue 110

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

Shades of Blue Diamond #52216E

Tints of Blue Diamond #52216E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.89%

R = 36.44%
G = 14.67%
B = 48.89%

CMYK

 C value IS 0.25

 M value IS 0.7

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#52216E (or 0x52216E) is known color: Blue Diamond. HEX triplet: 52, 21 and 6E. RGB value is (82,33,110). Sum of RGB (Red+Green+Blue) = 82+33+110=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #52216E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52216E is #ADDE91. Grayscale: #383838. Windows color (decimal): -11394706 or 7217490. OLE color: 7217490.

HSL color Cylindrical-coordinate representation of color #52216E: hue angle of 278.18º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52216E is Cyan = 0.25, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 33 110 -
CMYK 0.25 0.7 0 0.57
HSL 278.18º 0.54% 0.28% -
HSV(B) 278.18º 0.7% 0.43% -
XYZ 6.84 4.01 15.16 -
YUV 56.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 82 33 110 0.25 0.7 0 0.57 278.18 0.54 0.28
Hex 52 21 6E 19 46 0 39 116 36 1C
Octal 122 41 156 31 106 0 71 426 66 34
Binary 1010010 100001 1101110 11001 1000110 0 111001 100010110 110110 11100

Color Harmonies of #52216E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52216E

Black with #52216E

Text Example


Text Example

White with #52216E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52216E; }

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

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

background-color css

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

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

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

border-color css

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

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

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