Html Css Color HEX #532177 Blue Diamond

📋 copy color: '#532177'

red 83 ◦ green 33 ◦ blue 119

#532177
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Diamond #532177

Tints of Blue Diamond #532177

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 value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#532177 (or 0x532177) is known color: 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

RGB 83 33 119 -
CMYK 0.30 0.72 0 0.53
HSL 274.88º 0.57% 0.3% -
HSV(B) 274.88º 0.72% 0.47% -
XYZ 7.44 4.26 17.88 -
YUV 57.75 162.57 146.01 -
System Red Green Blue C M Y K H S L
Decimal 83 33 119 0.30 0.72 0 0.53 274.88 0.57 0.3
Hex 53 21 77 1E 48 0 35 113 39 1E
Octal 123 41 167 36 110 0 65 423 71 36
Binary 1010011 100001 1110111 11110 1001000 0 110101 100010011 111001 11110

Color Harmonies of #532177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532177

Black with #532177

Text Example


Text Example

White with #532177

Text Example


Text Example

HTML Codes & Css Web 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>