Html Css Color HEX #523970 Blue Diamond

📋 copy color: '#523970'

red 82 ◦ green 57 ◦ blue 112

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

Shades of Blue Diamond #523970

Tints of Blue Diamond #523970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.71%

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

R = 32.67%
G = 22.71%
B = 44.62%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#523970 (or 0x523970) is known color: Blue Diamond. HEX triplet: 52, 39 and 70. RGB value is (82,57,112). Sum of RGB (Red+Green+Blue) = 82+57+112=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 112 - color contains mainly: blue. Hex color #523970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523970 is #ADC68F. Grayscale: #464646. Windows color (decimal): -11388560 or 7354706. OLE color: 7354706.

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

Color convert

RGB 82 57 112 -
CMYK 0.27 0.49 0 0.56
HSL 267.27º 0.33% 0.33% -
HSV(B) 267.27º 0.49% 0.44% -
XYZ 7.87 5.89 16.05 -
YUV 70.75 151.28 136.03 -
System Red Green Blue C M Y K H S L
Decimal 82 57 112 0.27 0.49 0 0.56 267.27 0.33 0.33
Hex 52 39 70 1B 31 0 38 10B 21 21
Octal 122 71 160 33 61 0 70 413 41 41
Binary 1010010 111001 1110000 11011 110001 0 111000 100001011 100001 100001

Color Harmonies of #523970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523970

Black with #523970

Text Example


Text Example

White with #523970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523970; }

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

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

background-color css

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

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

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

border-color css

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

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

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