Html Css Color HEX #533175 Blue Diamond

📋 copy color: '#533175'

red 83 ◦ green 49 ◦ blue 117

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

Shades of Blue Diamond #533175

Tints of Blue Diamond #533175

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.68%

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

R = 33.33%
G = 19.68%
B = 46.99%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#533175 (or 0x533175) is known color: Blue Diamond. HEX triplet: 53, 31 and 75. RGB value is (83,49,117). Sum of RGB (Red+Green+Blue) = 83+49+117=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #533175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533175 is #ACCE8A. Grayscale: #424242. Windows color (decimal): -11325067 or 7680339. OLE color: 7680339.

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

Color convert

RGB 83 49 117 -
CMYK 0.29 0.58 0 0.54
HSL 270º 0.41% 0.33% -
HSV(B) 270º 0.58% 0.46% -
XYZ 7.88 5.32 17.44 -
YUV 66.92 156.26 139.47 -
System Red Green Blue C M Y K H S L
Decimal 83 49 117 0.29 0.58 0 0.54 270 0.41 0.33
Hex 53 31 75 1D 3A 0 36 10E 29 21
Octal 123 61 165 35 72 0 66 416 51 41
Binary 1010011 110001 1110101 11101 111010 0 110110 100001110 101001 100001

Color Harmonies of #533175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533175

Black with #533175

Text Example


Text Example

White with #533175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533175; }

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

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

background-color css

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

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

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

border-color css

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

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

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