#521978

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

Shades of Blue Diamond #521978

Tints of Blue Diamond #521978

Color information

#521978 (or 0x521978) is unknown color: approx Blue Diamond. HEX triplet: 52, 19 and 78. RGB value is (82,25,120). Sum of RGB (Red+Green+Blue) = 82+25+120=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #521978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521978 is #ADE687. Grayscale: #343434. Windows color (decimal): -11396744 or 7870802. OLE color: 7870802.

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

Color convert

RGB8225120-
CMYK0.320.7900.53
HSL276º65.52%28.43%-
HSV(B)276º79.17%47.06%-
XYZ7.223.8518.13-
YUV52.87165.88148.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.12%
GREEN value IS 25 (10.16% from 255) = 11.01%
BLUE value IS 120 (47.27% from 255) = 52.86%
R=36.12%
G=11.01%
B=52.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82251200.320.7900.5327665.5228.43
Hex521978204F035114421c
Octal122311704011706542410234
Binary101001011001111100010000010011110110101100010100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521978; }

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

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

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

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

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

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

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

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