Html Css Color HEX #532176 Blue Diamond

📋 copy color: '#532176'

red 83 ◦ green 33 ◦ blue 118

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

Shades of Blue Diamond #532176

Tints of Blue Diamond #532176

RGB

 RED value IS 83 (32.81% from 255) = 35.47%

 GREEN value IS 33 (13.28% from 255) = 14.1%

 BLUE value IS 118 (46.48% from 255) = 50.43%

R = 35.47%
G = 14.1%
B = 50.43%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#532176 (or 0x532176) is known color: Blue Diamond. HEX triplet: 53, 21 and 76. RGB value is (83,33,118). Sum of RGB (Red+Green+Blue) = 83+33+118=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #532176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532176 is #ACDE89. Grayscale: #393939. Windows color (decimal): -11329162 or 7741779. OLE color: 7741779.

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

Color convert

RGB 83 33 118 -
CMYK 0.30 0.72 0 0.54
HSL 275.29º 0.56% 0.3% -
HSV(B) 275.29º 0.72% 0.46% -
XYZ 7.38 4.23 17.57 -
YUV 57.64 162.07 146.09 -
System Red Green Blue C M Y K H S L
Decimal 83 33 118 0.30 0.72 0 0.54 275.29 0.56 0.3
Hex 53 21 76 1E 48 0 36 113 38 1E
Octal 123 41 166 36 110 0 66 423 70 36
Binary 1010011 100001 1110110 11110 1001000 0 110110 100010011 111000 11110

Color Harmonies of #532176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532176

Black with #532176

Text Example


Text Example

White with #532176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532176; }

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

 H1.HeaderClassName
 {
   color: #532176;
 }
 .AnyTagClassName
 {
   color: #532176;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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