#531770

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

Shades of Blue Diamond #531770

Tints of Blue Diamond #531770

Color information

#531770 (or 0x531770) is unknown color: approx Blue Diamond. HEX triplet: 53, 17 and 70. RGB value is (83,23,112). Sum of RGB (Red+Green+Blue) = 83+23+112=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #531770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531770 is #ACE88F. Grayscale: #323232. Windows color (decimal): -11331728 or 7346003. OLE color: 7346003.

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

Color convert

RGB8323112-
CMYK0.260.7900.56
HSL280.45º65.93%26.47%-
HSV(B)280.45º79.46%43.92%-
XYZ6.83.6215.67-
YUV51.09162.38150.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.07%
GREEN value IS 23 (9.38% from 255) = 10.55%
BLUE value IS 112 (44.14% from 255) = 51.38%
R=38.07%
G=10.55%
B=51.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83231120.260.7900.56280.4565.9326.47
Hex5317701A4F038118421a
Octal123271603211707043010232
Binary10100111011111100001101010011110111000100011000100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531770; }

 p { color: rgb(83,23,112); }

 H1.HeaderClassName
 {
   color: #531770;
 }
 .AnyTagClassName
 {
   color: #531770;
 }
</style>
background-color css

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

 a { background-color: rgb(83,23,112); }

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

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

 span { border-color: rgb(83,23,112); }

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