Html Css Color HEX #523473 Blue Diamond

📋 copy color: '#523473'

red 82 ◦ green 52 ◦ blue 115

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

Shades of Blue Diamond #523473

Tints of Blue Diamond #523473

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.88%

 BLUE value IS 115 (45.31% from 255) = 46.18%

R = 32.93%
G = 20.88%
B = 46.18%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#523473 (or 0x523473) is known color: Blue Diamond. HEX triplet: 52, 34 and 73. RGB value is (82,52,115). Sum of RGB (Red+Green+Blue) = 82+52+115=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #523473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523473 is #ADCB8C. Grayscale: #434343. Windows color (decimal): -11389837 or 7550034. OLE color: 7550034.

HSL color Cylindrical-coordinate representation of color #523473: hue angle of 268.57º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #523473 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 52 115 -
CMYK 0.29 0.55 0 0.55
HSL 268.57º 0.38% 0.33% -
HSV(B) 268.57º 0.55% 0.45% -
XYZ 7.8 5.49 16.87 -
YUV 68.15 154.44 137.88 -
System Red Green Blue C M Y K H S L
Decimal 82 52 115 0.29 0.55 0 0.55 268.57 0.38 0.33
Hex 52 34 73 1D 37 0 37 10D 26 21
Octal 122 64 163 35 67 0 67 415 46 41
Binary 1010010 110100 1110011 11101 110111 0 110111 100001101 100110 100001

Color Harmonies of #523473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523473

Black with #523473

Text Example


Text Example

White with #523473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523473; }

 p { color: rgb(82,52,115); }

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

background-color css

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

 a { background-color: rgb(82,52,115); }

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

border-color css

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

 span { border-color: rgb(82,52,115); }

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