Html Css Color HEX #533D6F Meteorite

📋 copy color: '#533D6F'

red 83 ◦ green 61 ◦ blue 111

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

Shades of Meteorite #533D6F

Tints of Meteorite #533D6F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.92%

 BLUE value IS 111 (43.75% from 255) = 43.53%

R = 32.55%
G = 23.92%
B = 43.53%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#533D6F (or 0x533D6F) is known color: Meteorite. HEX triplet: 53, 3D and 6F. RGB value is (83,61,111). Sum of RGB (Red+Green+Blue) = 83+61+111=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 111 - color contains mainly: blue. Hex color #533D6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533D6F is #ACC290. Grayscale: #494949. Windows color (decimal): -11322001 or 7290195. OLE color: 7290195.

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

Color convert

RGB 83 61 111 -
CMYK 0.25 0.45 0 0.56
HSL 266.4º 0.29% 0.34% -
HSV(B) 266.4º 0.45% 0.44% -
XYZ 8.11 6.32 15.83 -
YUV 73.28 149.29 134.93 -
System Red Green Blue C M Y K H S L
Decimal 83 61 111 0.25 0.45 0 0.56 266.4 0.29 0.34
Hex 53 3D 6F 19 2D 0 38 10A 1D 22
Octal 123 75 157 31 55 0 70 412 35 42
Binary 1010011 111101 1101111 11001 101101 0 111000 100001010 11101 100010

Color Harmonies of #533D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D6F

Black with #533D6F

Text Example


Text Example

White with #533D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,61,111); }

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

background-color css

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

 a { background-color: rgb(83,61,111); }

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

border-color css

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

 span { border-color: rgb(83,61,111); }

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