Html Css Color HEX #533373 Blue Diamond

📋 copy color: '#533373'

red 83 ◦ green 51 ◦ blue 115

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

Shades of Blue Diamond #533373

Tints of Blue Diamond #533373

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.48%

 BLUE value IS 115 (45.31% from 255) = 46.18%

R = 33.33%
G = 20.48%
B = 46.18%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#533373 (or 0x533373) is known color: Blue Diamond. HEX triplet: 53, 33 and 73. RGB value is (83,51,115). Sum of RGB (Red+Green+Blue) = 83+51+115=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #533373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533373 is #ACCC8C. Grayscale: #434343. Windows color (decimal): -11324557 or 7549779. OLE color: 7549779.

HSL color Cylindrical-coordinate representation of color #533373: hue angle of 270º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #533373 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 51 115 -
CMYK 0.28 0.56 0 0.55
HSL 270º 0.39% 0.33% -
HSV(B) 270º 0.56% 0.45% -
XYZ 7.85 5.44 16.86 -
YUV 67.86 154.6 138.8 -
System Red Green Blue C M Y K H S L
Decimal 83 51 115 0.28 0.56 0 0.55 270 0.39 0.33
Hex 53 33 73 1C 38 0 37 10E 27 21
Octal 123 63 163 34 70 0 67 416 47 41
Binary 1010011 110011 1110011 11100 111000 0 110111 100001110 100111 100001

Color Harmonies of #533373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533373

Black with #533373

Text Example


Text Example

White with #533373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533373; }

 p { color: rgb(83,51,115); }

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

background-color css

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

 a { background-color: rgb(83,51,115); }

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

border-color css

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

 span { border-color: rgb(83,51,115); }

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