#521B83

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

Shades of Blue Diamond #521B83

Tints of Blue Diamond #521B83

Color information

#521B83 (or 0x521B83) is unknown color: approx Blue Diamond. HEX triplet: 52, 1B and 83. RGB value is (82,27,131). Sum of RGB (Red+Green+Blue) = 82+27+131=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 131 (51.56% from 255 or 54.58% from 240); Max value from RGB is 131 - color contains mainly: blue. Hex color #521B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521B83 is #ADE47C. Grayscale: #363636. Windows color (decimal): -11396221 or 8592210. OLE color: 8592210.

HSL color Cylindrical-coordinate representation of color #521B83: hue angle of 271.73º 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 #521B83 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8227131-
CMYK0.370.7900.49
HSL271.73º65.82%30.98%-
HSV(B)271.73º79.39%51.37%-
XYZ7.974.2221.87-
YUV55.3170.72147.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.17%
GREEN value IS 27 (10.94% from 255) = 11.25%
BLUE value IS 131 (51.56% from 255) = 54.58%
R=34.17%
G=11.25%
B=54.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82271310.370.7900.49271.7365.8230.98
Hex521B83254F031110421f
Octal122332034511706142010237
Binary1010010110111000001110010110011110110001100010000100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521B83; }

 p { color: rgb(82,27,131); }

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

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

 a { background-color: rgb(82,27,131); }

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

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

 span { border-color: rgb(82,27,131); }

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