Html Css Color HEX #533E73 Meteorite

📋 copy color: '#533E73'

red 83 ◦ green 62 ◦ blue 115

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

Shades of Meteorite #533E73

Tints of Meteorite #533E73

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.85%

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

R = 31.92%
G = 23.85%
B = 44.23%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#533E73 (or 0x533E73) is known color: Meteorite. HEX triplet: 53, 3E and 73. RGB value is (83,62,115). Sum of RGB (Red+Green+Blue) = 83+62+115=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #533E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533E73 is #ACC18C. Grayscale: #4A4A4A. Windows color (decimal): -11321741 or 7552595. OLE color: 7552595.

HSL color Cylindrical-coordinate representation of color #533E73: hue angle of 263.77º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #533E73 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 62 115 -
CMYK 0.28 0.46 0 0.55
HSL 263.77º 0.3% 0.35% -
HSV(B) 263.77º 0.46% 0.45% -
XYZ 8.38 6.52 17.04 -
YUV 74.32 150.96 134.19 -
System Red Green Blue C M Y K H S L
Decimal 83 62 115 0.28 0.46 0 0.55 263.77 0.3 0.35
Hex 53 3E 73 1C 2E 0 37 108 1E 23
Octal 123 76 163 34 56 0 67 410 36 43
Binary 1010011 111110 1110011 11100 101110 0 110111 100001000 11110 100011

Color Harmonies of #533E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533E73

Black with #533E73

Text Example


Text Example

White with #533E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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