Html Css Color HEX #52286F Blue Diamond

📋 copy color: '#52286F'

red 82 ◦ green 40 ◦ blue 111

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

Shades of Blue Diamond #52286F

Tints of Blue Diamond #52286F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 47.64%

R = 35.19%
G = 17.17%
B = 47.64%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#52286F (or 0x52286F) is known color: Blue Diamond. HEX triplet: 52, 28 and 6F. RGB value is (82,40,111). Sum of RGB (Red+Green+Blue) = 82+40+111=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 111 (43.75% from 255 or 47.64% from 233); Max value from RGB is 111 - color contains mainly: blue. Hex color #52286F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52286F is #ADD790. Grayscale: #3C3C3C. Windows color (decimal): -11392913 or 7284818. OLE color: 7284818.

HSL color Cylindrical-coordinate representation of color #52286F: hue angle of 275.49º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52286F is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 40 111 -
CMYK 0.26 0.64 0 0.56
HSL 275.49º 0.47% 0.3% -
HSV(B) 275.49º 0.64% 0.44% -
XYZ 7.11 4.46 15.53 -
YUV 60.65 156.41 143.23 -
System Red Green Blue C M Y K H S L
Decimal 82 40 111 0.26 0.64 0 0.56 275.49 0.47 0.3
Hex 52 28 6F 1A 40 0 38 113 2F 1E
Octal 122 50 157 32 100 0 70 423 57 36
Binary 1010010 101000 1101111 11010 1000000 0 111000 100010011 101111 11110

Color Harmonies of #52286F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52286F

Black with #52286F

Text Example


Text Example

White with #52286F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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