Html Css Color HEX #533771 Blue Diamond

📋 copy color: '#533771'

red 83 ◦ green 55 ◦ blue 113

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

Shades of Blue Diamond #533771

Tints of Blue Diamond #533771

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.91%

 BLUE value IS 113 (44.53% from 255) = 45.02%

R = 33.07%
G = 21.91%
B = 45.02%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#533771 (or 0x533771) is known color: Blue Diamond. HEX triplet: 53, 37 and 71. RGB value is (83,55,113). Sum of RGB (Red+Green+Blue) = 83+55+113=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #533771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533771 is #ACC88E. Grayscale: #454545. Windows color (decimal): -11323535 or 7419731. OLE color: 7419731.

HSL color Cylindrical-coordinate representation of color #533771: hue angle of 268.97º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #533771 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 55 113 -
CMYK 0.27 0.51 0 0.56
HSL 268.97º 0.35% 0.33% -
HSV(B) 268.97º 0.51% 0.44% -
XYZ 7.91 5.76 16.32 -
YUV 69.98 152.28 137.28 -
System Red Green Blue C M Y K H S L
Decimal 83 55 113 0.27 0.51 0 0.56 268.97 0.35 0.33
Hex 53 37 71 1B 33 0 38 10D 23 21
Octal 123 67 161 33 63 0 70 415 43 41
Binary 1010011 110111 1110001 11011 110011 0 111000 100001101 100011 100001

Color Harmonies of #533771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533771

Black with #533771

Text Example


Text Example

White with #533771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533771; }

 p { color: rgb(83,55,113); }

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

background-color css

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

 a { background-color: rgb(83,55,113); }

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

border-color css

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

 span { border-color: rgb(83,55,113); }

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