Html Css Color HEX #52186D Blue Diamond

📋 copy color: '#52186D'

red 82 ◦ green 24 ◦ blue 109

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

Shades of Blue Diamond #52186D

Tints of Blue Diamond #52186D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.16%

 BLUE value IS 109 (42.97% from 255) = 50.7%

R = 38.14%
G = 11.16%
B = 50.7%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#52186D (or 0x52186D) is known color: Blue Diamond. HEX triplet: 52, 18 and 6D. RGB value is (82,24,109). Sum of RGB (Red+Green+Blue) = 82+24+109=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #52186D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52186D is #ADE792. Grayscale: #323232. Windows color (decimal): -11397011 or 7149650. OLE color: 7149650.

HSL color Cylindrical-coordinate representation of color #52186D: hue angle of 280.94º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52186D is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 24 109 -
CMYK 0.25 0.78 0 0.57
HSL 280.94º 0.64% 0.26% -
HSV(B) 280.94º 0.78% 0.43% -
XYZ 6.57 3.55 14.81 -
YUV 51.03 160.72 150.09 -
System Red Green Blue C M Y K H S L
Decimal 82 24 109 0.25 0.78 0 0.57 280.94 0.64 0.26
Hex 52 18 6D 19 4E 0 39 119 40 1A
Octal 122 30 155 31 116 0 71 431 100 32
Binary 1010010 11000 1101101 11001 1001110 0 111001 100011001 1000000 11010

Color Harmonies of #52186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52186D

Black with #52186D

Text Example


Text Example

White with #52186D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52186D; }

 p { color: rgb(82,24,109); }

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

background-color css

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

 a { background-color: rgb(82,24,109); }

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

border-color css

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

 span { border-color: rgb(82,24,109); }

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