Html Css Color HEX #523570 Blue Diamond

📋 copy color: '#523570'

red 82 ◦ green 53 ◦ blue 112

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

Shades of Blue Diamond #523570

Tints of Blue Diamond #523570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.34%

R = 33.2%
G = 21.46%
B = 45.34%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#523570 (or 0x523570) is known color: Blue Diamond. HEX triplet: 52, 35 and 70. RGB value is (82,53,112). Sum of RGB (Red+Green+Blue) = 82+53+112=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #523570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523570 is #ADCA8F. Grayscale: #444444. Windows color (decimal): -11389584 or 7353682. OLE color: 7353682.

HSL color Cylindrical-coordinate representation of color #523570: hue angle of 269.49º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #523570 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 53 112 -
CMYK 0.27 0.53 0 0.56
HSL 269.49º 0.36% 0.32% -
HSV(B) 269.49º 0.53% 0.44% -
XYZ 7.68 5.51 15.99 -
YUV 68.4 152.61 137.7 -
System Red Green Blue C M Y K H S L
Decimal 82 53 112 0.27 0.53 0 0.56 269.49 0.36 0.32
Hex 52 35 70 1B 35 0 38 10D 24 20
Octal 122 65 160 33 65 0 70 415 44 40
Binary 1010010 110101 1110000 11011 110101 0 111000 100001101 100100 100000

Color Harmonies of #523570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523570

Black with #523570

Text Example


Text Example

White with #523570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523570; }

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

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

background-color css

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

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

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

border-color css

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

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

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