#522478

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

Shades of Blue Diamond #522478

Tints of Blue Diamond #522478

Color information

#522478 (or 0x522478) is unknown color: approx Blue Diamond. HEX triplet: 52, 24 and 78. RGB value is (82,36,120). Sum of RGB (Red+Green+Blue) = 82+36+120=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #522478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522478 is #ADDB87. Grayscale: #3B3B3B. Windows color (decimal): -11393928 or 7873618. OLE color: 7873618.

HSL color Cylindrical-coordinate representation of color #522478: hue angle of 272.86º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #522478 is Cyan = 0.32, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8236120-
CMYK0.320.700.53
HSL272.86º53.85%30.59%-
HSV(B)272.86º70%47.06%-
XYZ7.54.4118.23-
YUV59.33162.24144.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.45%
GREEN value IS 36 (14.45% from 255) = 15.13%
BLUE value IS 120 (47.27% from 255) = 50.42%
R=34.45%
G=15.13%
B=50.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82361200.320.700.53272.8653.8530.59
Hex5224782046035111361f
Octal12244170401060654216637
Binary101001010010011110001000001000110011010110001000111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522478; }

 p { color: rgb(82,36,120); }

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

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

 a { background-color: rgb(82,36,120); }

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

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

 span { border-color: rgb(82,36,120); }

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