Html Css Color HEX #533A71 Blue Diamond

📋 copy color: '#533A71'

red 83 ◦ green 58 ◦ blue 113

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

Shades of Blue Diamond #533A71

Tints of Blue Diamond #533A71

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.83%

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

R = 32.68%
G = 22.83%
B = 44.49%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#533A71 (or 0x533A71) is known color: Blue Diamond. HEX triplet: 53, 3A and 71. RGB value is (83,58,113). Sum of RGB (Red+Green+Blue) = 83+58+113=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #533A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533A71 is #ACC58E. Grayscale: #474747. Windows color (decimal): -11322767 or 7420499. OLE color: 7420499.

HSL color Cylindrical-coordinate representation of color #533A71: hue angle of 267.27º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #533A71 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 58 113 -
CMYK 0.27 0.49 0 0.56
HSL 267.27º 0.32% 0.34% -
HSV(B) 267.27º 0.49% 0.44% -
XYZ 8.06 6.06 16.37 -
YUV 71.75 151.28 136.03 -
System Red Green Blue C M Y K H S L
Decimal 83 58 113 0.27 0.49 0 0.56 267.27 0.32 0.34
Hex 53 3A 71 1B 31 0 38 10B 20 22
Octal 123 72 161 33 61 0 70 413 40 42
Binary 1010011 111010 1110001 11011 110001 0 111000 100001011 100000 100010

Color Harmonies of #533A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533A71

Black with #533A71

Text Example


Text Example

White with #533A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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