Html Css Color HEX #52316C Blue Diamond

📋 copy color: '#52316C'

red 82 ◦ green 49 ◦ blue 108

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

Shades of Blue Diamond #52316C

Tints of Blue Diamond #52316C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.5%

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

R = 34.31%
G = 20.5%
B = 45.19%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52316C (or 0x52316C) is known color: Blue Diamond. HEX triplet: 52, 31 and 6C. RGB value is (82,49,108). Sum of RGB (Red+Green+Blue) = 82+49+108=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 108 - color contains mainly: blue. Hex color #52316C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52316C is #ADCE93. Grayscale: #414141. Windows color (decimal): -11390612 or 7090514. OLE color: 7090514.

HSL color Cylindrical-coordinate representation of color #52316C: hue angle of 273.56º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52316C is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 49 108 -
CMYK 0.24 0.55 0 0.58
HSL 273.56º 0.38% 0.31% -
HSV(B) 273.56º 0.55% 0.42% -
XYZ 7.28 5.07 14.78 -
YUV 65.59 151.93 139.7 -
System Red Green Blue C M Y K H S L
Decimal 82 49 108 0.24 0.55 0 0.58 273.56 0.38 0.31
Hex 52 31 6C 18 37 0 3A 112 26 1F
Octal 122 61 154 30 67 0 72 422 46 37
Binary 1010010 110001 1101100 11000 110111 0 111010 100010010 100110 11111

Color Harmonies of #52316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52316C

Black with #52316C

Text Example


Text Example

White with #52316C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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