Html Css Color HEX #532175 Blue Diamond

📋 copy color: '#532175'

red 83 ◦ green 33 ◦ blue 117

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

Shades of Blue Diamond #532175

Tints of Blue Diamond #532175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 50.21%

R = 35.62%
G = 14.16%
B = 50.21%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#532175 (or 0x532175) is known color: Blue Diamond. HEX triplet: 53, 21 and 75. RGB value is (83,33,117). Sum of RGB (Red+Green+Blue) = 83+33+117=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #532175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532175 is #ACDE8A. Grayscale: #393939. Windows color (decimal): -11329163 or 7676243. OLE color: 7676243.

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

Color convert

RGB 83 33 117 -
CMYK 0.29 0.72 0 0.54
HSL 275.71º 0.56% 0.29% -
HSV(B) 275.71º 0.72% 0.46% -
XYZ 7.32 4.21 17.26 -
YUV 57.53 161.57 146.17 -
System Red Green Blue C M Y K H S L
Decimal 83 33 117 0.29 0.72 0 0.54 275.71 0.56 0.29
Hex 53 21 75 1D 48 0 36 114 38 1D
Octal 123 41 165 35 110 0 66 424 70 35
Binary 1010011 100001 1110101 11101 1001000 0 110110 100010100 111000 11101

Color Harmonies of #532175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532175

Black with #532175

Text Example


Text Example

White with #532175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532175; }

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

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

background-color css

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

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

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

border-color css

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

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

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