#522172

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

Shades of Blue Diamond #522172

Tints of Blue Diamond #522172

Color information

#522172 (or 0x522172) is unknown color: approx Blue Diamond. HEX triplet: 52, 21 and 72. RGB value is (82,33,114). Sum of RGB (Red+Green+Blue) = 82+33+114=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #522172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522172 is #ADDE8D. Grayscale: #383838. Windows color (decimal): -11394702 or 7479634. OLE color: 7479634.

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

Color convert

RGB8233114-
CMYK0.280.7100.55
HSL276.3º55.1%28.82%-
HSV(B)276.3º71.05%44.71%-
XYZ7.064.116.34-
YUV56.88160.23145.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.81%
GREEN value IS 33 (13.28% from 255) = 14.41%
BLUE value IS 114 (44.92% from 255) = 49.78%
R=35.81%
G=14.41%
B=49.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82331140.280.7100.55276.355.128.82
Hex5221721C47037114371d
Octal12241162341070674246735
Binary10100101000011110010111001000111011011110001010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522172; }

 p { color: rgb(82,33,114); }

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

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

 a { background-color: rgb(82,33,114); }

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

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

 span { border-color: rgb(82,33,114); }

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