#531873

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

Shades of Blue Diamond #531873

Tints of Blue Diamond #531873

Color information

#531873 (or 0x531873) is unknown color: approx Blue Diamond. HEX triplet: 53, 18 and 73. RGB value is (83,24,115). Sum of RGB (Red+Green+Blue) = 83+24+115=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #531873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531873 is #ACE78C. Grayscale: #333333. Windows color (decimal): -11331469 or 7542867. OLE color: 7542867.

HSL color Cylindrical-coordinate representation of color #531873: hue angle of 278.9º degrees, saturation: 0.65, 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 #531873 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8324115-
CMYK0.280.7900.55
HSL278.9º65.47%27.25%-
HSV(B)278.9º79.13%45.1%-
XYZ6.993.7316.57-
YUV52.02163.55150.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.39%
GREEN value IS 24 (9.77% from 255) = 10.81%
BLUE value IS 115 (45.31% from 255) = 51.80%
R=37.39%
G=10.81%
B=51.80%

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
Decimal83241150.280.7900.55278.965.4727.25
Hex5318731C4F037117411b
Octal123301633411706742710133
Binary10100111100011100111110010011110110111100010111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531873; }

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

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

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

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

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

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

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

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