#531874

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

Shades of Blue Diamond #531874

Tints of Blue Diamond #531874

Color information

#531874 (or 0x531874) is unknown color: approx Blue Diamond. HEX triplet: 53, 18 and 74. RGB value is (83,24,116). Sum of RGB (Red+Green+Blue) = 83+24+116=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #531874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531874 is #ACE78B. Grayscale: #333333. Windows color (decimal): -11331468 or 7608403. OLE color: 7608403.

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

Color convert

RGB8324116-
CMYK0.280.7900.55
HSL278.48º65.71%27.45%-
HSV(B)278.48º79.31%45.49%-
XYZ7.053.7516.88-
YUV52.13164.05150.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.22%
GREEN value IS 24 (9.77% from 255) = 10.76%
BLUE value IS 116 (45.70% from 255) = 52.02%
R=37.22%
G=10.76%
B=52.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83241160.280.7900.55278.4865.7127.45
Hex5318741C4F037116421b
Octal123301643411706742610233
Binary10100111100011101001110010011110110111100010110100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531874; }

 p { color: rgb(83,24,116); }

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

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

 a { background-color: rgb(83,24,116); }

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

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

 span { border-color: rgb(83,24,116); }

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