Html Css Color HEX #533971 Blue Diamond

📋 copy color: '#533971'

red 83 ◦ green 57 ◦ blue 113

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

Shades of Blue Diamond #533971

Tints of Blue Diamond #533971

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.53%

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

R = 32.81%
G = 22.53%
B = 44.66%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#533971 (or 0x533971) is known color: Blue Diamond. HEX triplet: 53, 39 and 71. RGB value is (83,57,113). Sum of RGB (Red+Green+Blue) = 83+57+113=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 113 - color contains mainly: blue. Hex color #533971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533971 is #ACC68E. Grayscale: #464646. Windows color (decimal): -11323023 or 7420243. OLE color: 7420243.

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

Color convert

RGB 83 57 113 -
CMYK 0.27 0.50 0 0.56
HSL 267.86º 0.33% 0.33% -
HSV(B) 267.86º 0.5% 0.44% -
XYZ 8.01 5.96 16.35 -
YUV 71.16 151.61 136.45 -
System Red Green Blue C M Y K H S L
Decimal 83 57 113 0.27 0.50 0 0.56 267.86 0.33 0.33
Hex 53 39 71 1B 32 0 38 10C 21 21
Octal 123 71 161 33 62 0 70 414 41 41
Binary 1010011 111001 1110001 11011 110010 0 111000 100001100 100001 100001

Color Harmonies of #533971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533971

Black with #533971

Text Example


Text Example

White with #533971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533971; }

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

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

background-color css

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

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

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

border-color css

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

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

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