#531F7E

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

Shades of Blue Diamond #531F7E

Tints of Blue Diamond #531F7E

Color information

#531F7E (or 0x531F7E) is unknown color: approx Blue Diamond. HEX triplet: 53, 1F and 7E. RGB value is (83,31,126). Sum of RGB (Red+Green+Blue) = 83+31+126=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 126 (49.61% from 255 or 52.5% from 240); Max value from RGB is 126 - color contains mainly: blue. Hex color #531F7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531F7E is #ACE081. Grayscale: #393939. Windows color (decimal): -11329666 or 8265555. OLE color: 8265555.

HSL color Cylindrical-coordinate representation of color #531F7E: hue angle of 272.84º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #531F7E is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8331126-
CMYK0.340.7500.51
HSL272.84º60.51%30.78%-
HSV(B)272.84º75.4%49.41%-
XYZ7.824.3320.16-
YUV57.38166.73146.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.58%
GREEN value IS 31 (12.5% from 255) = 12.92%
BLUE value IS 126 (49.61% from 255) = 52.5%
R=34.58%
G=12.92%
B=52.5%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83311260.340.7500.51272.8460.5130.78
Hex531F7E224B0331113d1f
Octal12337176421130634217537
Binary10100111111111111101000101001011011001110001000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,31,126); }

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

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

 a { background-color: rgb(83,31,126); }

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

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

 span { border-color: rgb(83,31,126); }

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