#533172

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

Shades of Blue Diamond #533172

Tints of Blue Diamond #533172

Color information

#533172 (or 0x533172) is unknown color: approx Blue Diamond. HEX triplet: 53, 31 and 72. RGB value is (83,49,114). Sum of RGB (Red+Green+Blue) = 83+49+114=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #533172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533172 is #ACCE8D. Grayscale: #424242. Windows color (decimal): -11325070 or 7483731. OLE color: 7483731.

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

Color convert

RGB8349114-
CMYK0.270.5700.55
HSL271.38º39.88%31.96%-
HSV(B)271.38º57.02%44.71%-
XYZ7.75.2516.53-
YUV66.58154.76139.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.74%
GREEN value IS 49 (19.53% from 255) = 19.92%
BLUE value IS 114 (44.92% from 255) = 46.34%
R=33.74%
G=19.92%
B=46.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83491140.270.5700.55271.3839.8831.96
Hex5331721B3903710f2820
Octal1236116233710674175040
Binary10100111100011110010110111110010110111100001111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533172; }

 p { color: rgb(83,49,114); }

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

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

 a { background-color: rgb(83,49,114); }

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

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

 span { border-color: rgb(83,49,114); }

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