#531A7F

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

Shades of Blue Diamond #531A7F

Tints of Blue Diamond #531A7F

Color information

#531A7F (or 0x531A7F) is unknown color: approx Blue Diamond. HEX triplet: 53, 1A and 7F. RGB value is (83,26,127). Sum of RGB (Red+Green+Blue) = 83+26+127=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #531A7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531A7F is #ACE580. Grayscale: #363636. Windows color (decimal): -11330945 or 8329811. OLE color: 8329811.

HSL color Cylindrical-coordinate representation of color #531A7F: hue angle of 273.86º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531A7F is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8326127-
CMYK0.350.8000.50
HSL273.86º66.01%30%-
HSV(B)273.86º79.53%49.8%-
XYZ7.774.1120.46-
YUV54.56168.88148.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.17%
GREEN value IS 26 (10.55% from 255) = 11.02%
BLUE value IS 127 (50% from 255) = 53.81%
R=35.17%
G=11.02%
B=53.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83261270.350.8000.50273.8666.0130
Hex531A7F2350032112421e
Octal123321774312006242210236
Binary101001111010111111110001110100000110010100010010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,26,127); }

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

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

 a { background-color: rgb(83,26,127); }

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

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

 span { border-color: rgb(83,26,127); }

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