#523476

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

Shades of Blue Diamond #523476

Tints of Blue Diamond #523476

Color information

#523476 (or 0x523476) is unknown color: approx Blue Diamond. HEX triplet: 52, 34 and 76. RGB value is (82,52,118). Sum of RGB (Red+Green+Blue) = 82+52+118=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #523476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523476 is #ADCB89. Grayscale: #444444. Windows color (decimal): -11389834 or 7746642. OLE color: 7746642.

HSL color Cylindrical-coordinate representation of color #523476: hue angle of 267.27º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #523476 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8252118-
CMYK0.310.5600.54
HSL267.27º38.82%33.33%-
HSV(B)267.27º55.93%46.27%-
XYZ7.985.5617.79-
YUV68.49155.94137.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.54%
GREEN value IS 52 (20.70% from 255) = 20.63%
BLUE value IS 118 (46.48% from 255) = 46.83%
R=32.54%
G=20.63%
B=46.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82521180.310.5600.54267.2738.8233.33
Hex5234761F3803610b2721
Octal1226416637700664134741
Binary10100101101001110110111111110000110110100001011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523476; }

 p { color: rgb(82,52,118); }

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

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

 a { background-color: rgb(82,52,118); }

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

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

 span { border-color: rgb(82,52,118); }

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