#521970

Color #521970 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #521970

Tints of Blue Diamond #521970

Color information

#521970 (or 0x521970) is unknown color: approx 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

RGB8225112-
CMYK0.270.7800.56
HSL279.31º63.5%26.86%-
HSV(B)279.31º77.68%43.92%-
XYZ6.753.6615.68-
YUV51.96161.88149.43-

RGB Variations

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

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 (Cyan) values IS 0.27
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82251120.270.7800.56279.3163.526.86
Hex5219701B4E038117401b
Octal122311603311607042710033
Binary10100101100111100001101110011100111000100010111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>