#531975

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

Shades of Blue Diamond #531975

Tints of Blue Diamond #531975

Color information

#531975 (or 0x531975) is unknown color: approx Blue Diamond. HEX triplet: 53, 19 and 75. RGB value is (83,25,117). Sum of RGB (Red+Green+Blue) = 83+25+117=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #531975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531975 is #ACE68A. Grayscale: #343434. Windows color (decimal): -11331211 or 7674195. OLE color: 7674195.

HSL color Cylindrical-coordinate representation of color #531975: hue angle of 277.83º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #531975 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8325117-
CMYK0.290.7900.54
HSL277.83º64.79%27.84%-
HSV(B)277.83º78.63%45.88%-
XYZ7.133.8217.19-
YUV52.83164.22149.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.89%
GREEN value IS 25 (10.16% from 255) = 11.11%
BLUE value IS 117 (46.09% from 255) = 52%
R=36.89%
G=11.11%
B=52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83251170.290.7900.54277.8364.7927.84
Hex5319751D4F036116411c
Octal123311653511706642610134
Binary10100111100111101011110110011110110110100010110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531975; }

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

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

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

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

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

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

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

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