Html Css Color HEX #52286D Blue Diamond

📋 copy color: '#52286D'

red 82 ◦ green 40 ◦ blue 109

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

Shades of Blue Diamond #52286D

Tints of Blue Diamond #52286D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.32%

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

R = 35.5%
G = 17.32%
B = 47.19%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#52286D (or 0x52286D) is known color: Blue Diamond. HEX triplet: 52, 28 and 6D. RGB value is (82,40,109). Sum of RGB (Red+Green+Blue) = 82+40+109=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 109 - color contains mainly: blue. Hex color #52286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52286D is #ADD792. Grayscale: #3C3C3C. Windows color (decimal): -11392915 or 7153746. OLE color: 7153746.

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

Color convert

RGB 82 40 109 -
CMYK 0.25 0.63 0 0.57
HSL 276.52º 0.46% 0.29% -
HSV(B) 276.52º 0.63% 0.43% -
XYZ 7 4.42 14.95 -
YUV 60.42 155.41 143.39 -
System Red Green Blue C M Y K H S L
Decimal 82 40 109 0.25 0.63 0 0.57 276.52 0.46 0.29
Hex 52 28 6D 19 3F 0 39 115 2E 1D
Octal 122 50 155 31 77 0 71 425 56 35
Binary 1010010 101000 1101101 11001 111111 0 111001 100010101 101110 11101

Color Harmonies of #52286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52286D

Black with #52286D

Text Example


Text Example

White with #52286D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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