Html Css Color HEX #523576 Blue Diamond

📋 copy color: '#523576'

red 82 ◦ green 53 ◦ blue 118

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

Shades of Blue Diamond #523576

Tints of Blue Diamond #523576

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.95%

 BLUE value IS 118 (46.48% from 255) = 46.64%

R = 32.41%
G = 20.95%
B = 46.64%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#523576 (or 0x523576) is known color: Blue Diamond. HEX triplet: 52, 35 and 76. RGB value is (82,53,118). Sum of RGB (Red+Green+Blue) = 82+53+118=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #523576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523576 is #ADCA89. Grayscale: #444444. Windows color (decimal): -11389578 or 7746898. OLE color: 7746898.

HSL color Cylindrical-coordinate representation of color #523576: hue angle of 266.77º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #523576 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 53 118 -
CMYK 0.31 0.55 0 0.54
HSL 266.77º 0.38% 0.34% -
HSV(B) 266.77º 0.55% 0.46% -
XYZ 8.02 5.65 17.81 -
YUV 69.08 155.61 137.21 -
System Red Green Blue C M Y K H S L
Decimal 82 53 118 0.31 0.55 0 0.54 266.77 0.38 0.34
Hex 52 35 76 1F 37 0 36 10B 26 22
Octal 122 65 166 37 67 0 66 413 46 42
Binary 1010010 110101 1110110 11111 110111 0 110110 100001011 100110 100010

Color Harmonies of #523576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523576

Black with #523576

Text Example


Text Example

White with #523576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523576; }

 p { color: rgb(82,53,118); }

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

background-color css

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

 a { background-color: rgb(82,53,118); }

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

border-color css

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

 span { border-color: rgb(82,53,118); }

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