Html Css Color HEX #52206C Blue Diamond

📋 copy color: '#52206C'

red 82 ◦ green 32 ◦ blue 108

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

Shades of Blue Diamond #52206C

Tints of Blue Diamond #52206C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48.65%

R = 36.94%
G = 14.41%
B = 48.65%

CMYK

 C value IS 0.24

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52206C (or 0x52206C) is known color: Blue Diamond. HEX triplet: 52, 20 and 6C. RGB value is (82,32,108). Sum of RGB (Red+Green+Blue) = 82+32+108=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #52206C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52206C is #ADDF93. Grayscale: #373737. Windows color (decimal): -11394964 or 7086162. OLE color: 7086162.

HSL color Cylindrical-coordinate representation of color #52206C: hue angle of 279.47º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52206C is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 32 108 -
CMYK 0.24 0.70 0 0.58
HSL 279.47º 0.54% 0.27% -
HSV(B) 279.47º 0.7% 0.42% -
XYZ 6.7 3.91 14.59 -
YUV 55.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 82 32 108 0.24 0.70 0 0.58 279.47 0.54 0.27
Hex 52 20 6C 18 46 0 3A 117 36 1B
Octal 122 40 154 30 106 0 72 427 66 33
Binary 1010010 100000 1101100 11000 1000110 0 111010 100010111 110110 11011

Color Harmonies of #52206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52206C

Black with #52206C

Text Example


Text Example

White with #52206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52206C; }

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

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

background-color css

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

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

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

border-color css

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

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

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