#523174

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

Shades of Blue Diamond #523174

Tints of Blue Diamond #523174

Color information

#523174 (or 0x523174) is unknown color: approx Blue Diamond. HEX triplet: 52, 31 and 74. RGB value is (82,49,116). Sum of RGB (Red+Green+Blue) = 82+49+116=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 116 - color contains mainly: blue. Hex color #523174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523174 is #ADCE8B. Grayscale: #424242. Windows color (decimal): -11390604 or 7614802. OLE color: 7614802.

HSL color Cylindrical-coordinate representation of color #523174: hue angle of 269.55º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #523174 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8249116-
CMYK0.290.5800.55
HSL269.55º40.61%32.35%-
HSV(B)269.55º57.76%45.49%-
XYZ7.735.2517.13-
YUV66.5155.93139.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.20%
GREEN value IS 49 (19.53% from 255) = 19.84%
BLUE value IS 116 (45.70% from 255) = 46.96%
R=33.20%
G=19.84%
B=46.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82491160.290.5800.55269.5540.6132.35
Hex5231741D3A03710e2920
Octal1226116435720674165140
Binary10100101100011110100111011110100110111100001110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523174; }

 p { color: rgb(82,49,116); }

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

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

 a { background-color: rgb(82,49,116); }

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

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

 span { border-color: rgb(82,49,116); }

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