Html Css Color HEX #52376D Blue Diamond

📋 copy color: '#52376D'

red 82 ◦ green 55 ◦ blue 109

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

Shades of Blue Diamond #52376D

Tints of Blue Diamond #52376D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.36%

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

R = 33.33%
G = 22.36%
B = 44.31%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#52376D (or 0x52376D) is known color: Blue Diamond. HEX triplet: 52, 37 and 6D. RGB value is (82,55,109). Sum of RGB (Red+Green+Blue) = 82+55+109=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 109 - color contains mainly: blue. Hex color #52376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52376D is #ADC892. Grayscale: #454545. Windows color (decimal): -11389075 or 7157586. OLE color: 7157586.

HSL color Cylindrical-coordinate representation of color #52376D: hue angle of 270º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52376D is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 55 109 -
CMYK 0.25 0.50 0 0.57
HSL 270º 0.33% 0.32% -
HSV(B) 270º 0.5% 0.43% -
XYZ 7.61 5.63 15.15 -
YUV 69.23 150.45 137.11 -
System Red Green Blue C M Y K H S L
Decimal 82 55 109 0.25 0.50 0 0.57 270 0.33 0.32
Hex 52 37 6D 19 32 0 39 10E 21 20
Octal 122 67 155 31 62 0 71 416 41 40
Binary 1010010 110111 1101101 11001 110010 0 111001 100001110 100001 100000

Color Harmonies of #52376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52376D

Black with #52376D

Text Example


Text Example

White with #52376D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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