#531B82

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

Shades of Blue Diamond #531B82

Tints of Blue Diamond #531B82

Color information

#531B82 (or 0x531B82) is unknown color: approx Blue Diamond. HEX triplet: 53, 1B and 82. RGB value is (83,27,130). Sum of RGB (Red+Green+Blue) = 83+27+130=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #531B82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531B82 is #ACE47D. Grayscale: #373737. Windows color (decimal): -11330686 or 8526675. OLE color: 8526675.

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

Color convert

RGB8327130-
CMYK0.360.7900.49
HSL272.62º65.61%30.78%-
HSV(B)272.62º79.23%50.98%-
XYZ7.994.2321.52-
YUV55.49170.05147.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.58%
GREEN value IS 27 (10.94% from 255) = 11.25%
BLUE value IS 130 (51.17% from 255) = 54.17%
R=34.58%
G=11.25%
B=54.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83271300.360.7900.49272.6265.6130.78
Hex531B82244F031111421f
Octal123332024411706142110237
Binary1010011110111000001010010010011110110001100010001100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,27,130); }

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

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

 a { background-color: rgb(83,27,130); }

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

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

 span { border-color: rgb(83,27,130); }

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