#531978

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

Shades of Blue Diamond #531978

Tints of Blue Diamond #531978

Color information

#531978 (or 0x531978) is unknown color: approx Blue Diamond. HEX triplet: 53, 19 and 78. RGB value is (83,25,120). Sum of RGB (Red+Green+Blue) = 83+25+120=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #531978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531978 is #ACE687. Grayscale: #343434. Windows color (decimal): -11331208 or 7870803. OLE color: 7870803.

HSL color Cylindrical-coordinate representation of color #531978: hue angle of 276.63º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #531978 is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8325120-
CMYK0.310.7900.53
HSL276.63º65.52%28.43%-
HSV(B)276.63º79.17%47.06%-
XYZ7.313.8918.14-
YUV53.17165.72149.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.40%
GREEN value IS 25 (10.16% from 255) = 10.96%
BLUE value IS 120 (47.27% from 255) = 52.63%
R=36.40%
G=10.96%
B=52.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83251200.310.7900.53276.6365.5228.43
Hex5319781F4F035115421c
Octal123311703711706542510234
Binary10100111100111110001111110011110110101100010101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531978; }

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

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

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

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

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

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

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

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