#532177

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

Shades of Blue Diamond #532177

Tints of Blue Diamond #532177

Color information

#532177 (or 0x532177) is unknown color: approx Blue Diamond. HEX triplet: 53, 21 and 77. RGB value is (83,33,119). Sum of RGB (Red+Green+Blue) = 83+33+119=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #532177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532177 is #ACDE88. Grayscale: #393939. Windows color (decimal): -11329161 or 7807315. OLE color: 7807315.

HSL color Cylindrical-coordinate representation of color #532177: hue angle of 274.88º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #532177 is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8333119-
CMYK0.300.7200.53
HSL274.88º56.58%29.8%-
HSV(B)274.88º72.27%46.67%-
XYZ7.444.2617.88-
YUV57.75162.56146.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.32%
GREEN value IS 33 (13.28% from 255) = 14.04%
BLUE value IS 119 (46.88% from 255) = 50.64%
R=35.32%
G=14.04%
B=50.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83331190.300.7200.53274.8856.5829.8
Hex5321771E48035113391e
Octal12341167361100654237136
Binary10100111000011110111111101001000011010110001001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532177; }

 p { color: rgb(83,33,119); }

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

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

 a { background-color: rgb(83,33,119); }

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

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

 span { border-color: rgb(83,33,119); }

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