Html Css Color HEX #521970 Blue Diamond

📋 copy color: '#521970'

red 82 ◦ green 25 ◦ blue 112

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

Shades of Blue Diamond #521970

Tints of Blue Diamond #521970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.42%

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

R = 37.44%
G = 11.42%
B = 51.14%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#521970 (or 0x521970) is known color: Blue Diamond. HEX triplet: 52, 19 and 70. RGB value is (82,25,112). Sum of RGB (Red+Green+Blue) = 82+25+112=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #521970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521970 is #ADE68F. Grayscale: #333333. Windows color (decimal): -11396752 or 7346514. OLE color: 7346514.

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

Color convert

RGB 82 25 112 -
CMYK 0.27 0.78 0 0.56
HSL 279.31º 0.64% 0.27% -
HSV(B) 279.31º 0.78% 0.44% -
XYZ 6.75 3.66 15.68 -
YUV 51.96 161.88 149.43 -
System Red Green Blue C M Y K H S L
Decimal 82 25 112 0.27 0.78 0 0.56 279.31 0.64 0.27
Hex 52 19 70 1B 4E 0 38 117 40 1B
Octal 122 31 160 33 116 0 70 427 100 33
Binary 1010010 11001 1110000 11011 1001110 0 111000 100010111 1000000 11011

Color Harmonies of #521970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521970

Black with #521970

Text Example


Text Example

White with #521970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521970; }

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

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

background-color css

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

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

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

border-color css

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

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

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