#531A74

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

Shades of Blue Diamond #531A74

Tints of Blue Diamond #531A74

Color information

#531A74 (or 0x531A74) is unknown color: approx Blue Diamond. HEX triplet: 53, 1A and 74. RGB value is (83,26,116). Sum of RGB (Red+Green+Blue) = 83+26+116=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #531A74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531A74 is #ACE58B. Grayscale: #343434. Windows color (decimal): -11330956 or 7608915. OLE color: 7608915.

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

Color convert

RGB8326116-
CMYK0.280.7800.55
HSL278º63.38%27.84%-
HSV(B)278º77.59%45.49%-
XYZ7.093.8416.89-
YUV53.3163.38149.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.89%
GREEN value IS 26 (10.55% from 255) = 11.56%
BLUE value IS 116 (45.70% from 255) = 51.56%
R=36.89%
G=11.56%
B=51.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83261160.280.7800.5527863.3827.84
Hex531A741C4E0371163f1c
Octal12332164341160674267734
Binary1010011110101110100111001001110011011110001011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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