#531C78

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

Shades of Blue Diamond #531C78

Tints of Blue Diamond #531C78

Color information

#531C78 (or 0x531C78) is unknown color: approx Blue Diamond. HEX triplet: 53, 1C and 78. RGB value is (83,28,120). Sum of RGB (Red+Green+Blue) = 83+28+120=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #531C78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531C78 is #ACE387. Grayscale: #363636. Windows color (decimal): -11330440 or 7871571. OLE color: 7871571.

HSL color Cylindrical-coordinate representation of color #531C78: hue angle of 275.87º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #531C78 is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8328120-
CMYK0.310.7700.53
HSL275.87º62.16%29.02%-
HSV(B)275.87º76.67%47.06%-
XYZ7.374.0318.16-
YUV54.93164.72148.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.93%
GREEN value IS 28 (11.33% from 255) = 12.12%
BLUE value IS 120 (47.27% from 255) = 51.95%
R=35.93%
G=12.12%
B=51.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83281200.310.7700.53275.8762.1629.02
Hex531C781F4D0351143e1d
Octal12334170371150654247635
Binary1010011111001111000111111001101011010110001010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531C78; }

 p { color: rgb(83,28,120); }

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

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

 a { background-color: rgb(83,28,120); }

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

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

 span { border-color: rgb(83,28,120); }

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