Html Css Color HEX #521F70 Blue Diamond

📋 copy color: '#521F70'

red 82 ◦ green 31 ◦ blue 112

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

Shades of Blue Diamond #521F70

Tints of Blue Diamond #521F70

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.78%

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

R = 36.44%
G = 13.78%
B = 49.78%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#521F70 (or 0x521F70) is known color: Blue Diamond. HEX triplet: 52, 1F and 70. RGB value is (82,31,112). Sum of RGB (Red+Green+Blue) = 82+31+112=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #521F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521F70 is #ADE08F. Grayscale: #373737. Windows color (decimal): -11395216 or 7348050. OLE color: 7348050.

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

Color convert

RGB 82 31 112 -
CMYK 0.27 0.72 0 0.56
HSL 277.78º 0.57% 0.28% -
HSV(B) 277.78º 0.72% 0.44% -
XYZ 6.89 3.94 15.73 -
YUV 55.48 159.9 146.91 -
System Red Green Blue C M Y K H S L
Decimal 82 31 112 0.27 0.72 0 0.56 277.78 0.57 0.28
Hex 52 1F 70 1B 48 0 38 116 39 1C
Octal 122 37 160 33 110 0 70 426 71 34
Binary 1010010 11111 1110000 11011 1001000 0 111000 100010110 111001 11100

Color Harmonies of #521F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521F70

Black with #521F70

Text Example


Text Example

White with #521F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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