#523971

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

Shades of Blue Diamond #523971

Tints of Blue Diamond #523971

Color information

#523971 (or 0x523971) is unknown color: approx Blue Diamond. HEX triplet: 52, 39 and 71. RGB value is (82,57,113). Sum of RGB (Red+Green+Blue) = 82+57+113=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #523971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523971 is #ADC68E. Grayscale: #464646. Windows color (decimal): -11388559 or 7420242. OLE color: 7420242.

HSL color Cylindrical-coordinate representation of color #523971: hue angle of 266.79º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #523971 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8257113-
CMYK0.270.5000.56
HSL266.79º32.94%33.33%-
HSV(B)266.79º49.56%44.31%-
XYZ7.925.9116.35-
YUV70.86151.78135.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.54%
GREEN value IS 57 (22.66% from 255) = 22.62%
BLUE value IS 113 (44.53% from 255) = 44.84%
R=32.54%
G=22.62%
B=44.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82571130.270.5000.56266.7932.9433.33
Hex5239711B3203810b2121
Octal1227116133620704134141
Binary10100101110011110001110111100100111000100001011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523971; }

 p { color: rgb(82,57,113); }

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

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

 a { background-color: rgb(82,57,113); }

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

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

 span { border-color: rgb(82,57,113); }

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