#521B82

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

Shades of Blue Diamond #521B82

Tints of Blue Diamond #521B82

Color information

#521B82 (or 0x521B82) is unknown color: approx Blue Diamond. HEX triplet: 52, 1B and 82. RGB value is (82,27,130). Sum of RGB (Red+Green+Blue) = 82+27+130=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #521B82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521B82 is #ADE47D. Grayscale: #363636. Windows color (decimal): -11396222 or 8526674. OLE color: 8526674.

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

Color convert

RGB8227130-
CMYK0.370.7900.49
HSL272.04º65.61%30.78%-
HSV(B)272.04º79.23%50.98%-
XYZ7.94.1921.51-
YUV55.19170.22147.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.31%
GREEN value IS 27 (10.94% from 255) = 11.30%
BLUE value IS 130 (51.17% from 255) = 54.39%
R=34.31%
G=11.30%
B=54.39%

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
Decimal82271300.370.7900.49272.0465.6130.78
Hex521B82254F031110421f
Octal122332024511706142010237
Binary1010010110111000001010010110011110110001100010000100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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